![]() |
Qt 6.x
The Qt SDK
|
#include "qfreetypefontdatabase_p.h"
#include <QtGui/private/qguiapplication_p.h>
#include <qpa/qplatformscreen.h>
#include <QtCore/QFile>
#include <QtCore/QLibraryInfo>
#include <QtCore/QDir>
#include <QtCore/QtEndian>
#include "qfontengine_ft_p.h"
#include <ft2build.h>
Go to the source code of this file.
Functions | |
FT_Library | qt_getFreetype () |
FT_Library qt_getFreetype | ( | ) |
Definition at line 149 of file qfontengine_ft.cpp.
References QtFreetypeData::library, Q_ASSERT, and qt_getFreetypeData().
Referenced by QFreeTypeFontDatabase::addTTFile(), computeFaceIndex(), and queryFont().