![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qplatformfontdatabase.h"#include <QtGui/private/qfontengine_p.h>#include <QtGui/private/qfontdatabase_p.h>#include <QtGui/QGuiApplication>#include <QtGui/QScreen>#include <qpa/qplatformscreen.h>#include <QtCore/QLibraryInfo>#include <QtCore/QDir>#include <QtCore/QMetaEnum>#include <QtCore/qendian.h>#include <algorithm>#include <iterator>Go to the source code of this file.
Classes | |
| class | QWritingSystemsPrivate |
Functions | |
| void | qt_registerFont (const QString &familyname, const QString &stylename, const QString &foundryname, int weight, QFont::Style style, int stretch, bool antialiased, bool scalable, int pixelSize, bool fixedPitch, bool colorFont, const QSupportedWritingSystems &writingSystems, void *hanlde) |
| void | qt_registerFontFamily (const QString &familyName) |
| void | qt_registerAliasToFontFamily (const QString &familyName, const QString &alias) |
| bool | qt_isFontFamilyPopulated (const QString &familyName) |
| bool | operator== (const QSupportedWritingSystems &lhs, const QSupportedWritingSystems &rhs) |
| bool | operator!= (const QSupportedWritingSystems &lhs, const QSupportedWritingSystems &rhs) |
| QDebug | operator<< (QDebug debug, const QSupportedWritingSystems &sws) |
| QString | qt_resolveFontFamilyAlias (const QString &alias) |
Variables | |
| static const quint8 | requiredUnicodeBits [QFontDatabase::WritingSystemsCount][2] |
| enum CsbBits |
Definition at line 472 of file qplatformfontdatabase.cpp.
| enum CsbBits |
Definition at line 472 of file qplatformfontdatabase.cpp.
| bool operator!= | ( | const QSupportedWritingSystems & | lhs, |
| const QSupportedWritingSystems & | rhs ) |
Definition at line 136 of file qplatformfontdatabase.cpp.
| QDebug operator<< | ( | QDebug | debug, |
| const QSupportedWritingSystems & | sws ) |
Definition at line 152 of file qplatformfontdatabase.cpp.
| bool operator== | ( | const QSupportedWritingSystems & | lhs, |
| const QSupportedWritingSystems & | rhs ) |
Definition at line 131 of file qplatformfontdatabase.cpp.
| bool qt_isFontFamilyPopulated | ( | const QString & | familyName | ) |
Definition at line 623 of file qfontdatabase.cpp.
Definition at line 594 of file qfontdatabase.cpp.
| void qt_registerFont | ( | const QString & | familyname, |
| const QString & | stylename, | ||
| const QString & | foundryname, | ||
| int | weight, | ||
| QFont::Style | style, | ||
| int | stretch, | ||
| bool | antialiased, | ||
| bool | scalable, | ||
| int | pixelSize, | ||
| bool | fixedPitch, | ||
| bool | colorFont, | ||
| const QSupportedWritingSystems & | writingSystems, | ||
| void * | hanlde ) |
Definition at line 548 of file qfontdatabase.cpp.
Definition at line 586 of file qfontdatabase.cpp.
Definition at line 612 of file qfontdatabase.cpp.
|
static |
Definition at line 435 of file qplatformfontdatabase.cpp.