![]() |
Qt 4.8
|
#include "qplatformfontdatabase_qpa.h"#include <QtGui/private/qfontengine_p.h>#include <QtGui/private/qfontengine_qpa_p.h>#include <QtCore/QLibraryInfo>#include <QtCore/QDir>Go to the source code of this file.
Classes | |
| class | QWritingSystemsPrivate |
Functions | |
| void | qt_registerFont (const QString &familyname, const QString &foundryname, int weight, QFont::Style style, int stretch, bool antialiased, bool scalable, int pixelSize, const QSupportedWritingSystems &writingSystems, void *hanlde) |
| void qt_registerFont | ( | const QString & | familyname, |
| const QString & | foundryname, | ||
| int | weight, | ||
| QFont::Style | style, | ||
| int | stretch, | ||
| bool | antialiased, | ||
| bool | scalable, | ||
| int | pixelSize, | ||
| const QSupportedWritingSystems & | writingSystems, | ||
| void * | hanlde | ||
| ) |
Definition at line 55 of file qfontdatabase_qpa.cpp.
Referenced by QPlatformFontDatabase::registerFont().