![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qfontdatabase_p.h>
Public Types | |
| enum | WritingSystemStatus { Unknown = 0 , Supported = 1 , UnsupportedFT = 2 , Unsupported = UnsupportedFT } |
Public Member Functions | |
| QtFontFamily (const QString &n) | |
| ~QtFontFamily () | |
| bool | matchesFamilyName (const QString &familyName) const |
| QtFontFoundry * | foundry (const QString &f, bool=false) |
| bool | ensurePopulated () |
Public Attributes | |
| bool | populated: 1 |
| bool | fixedPitch: 1 |
| bool | colorFont: 1 |
| QString | name |
| QStringList | aliases |
| int | count |
| QtFontFoundry ** | foundries |
| unsigned char | writingSystems [QFontDatabase::WritingSystemsCount] |
Definition at line 155 of file qfontdatabase_p.h.
| Enumerator | |
|---|---|
| Unknown | |
| Supported | |
| UnsupportedFT | |
| Unsupported | |
Definition at line 157 of file qfontdatabase_p.h.
|
inline |
Definition at line 164 of file qfontdatabase_p.h.
|
inline |
Definition at line 173 of file qfontdatabase_p.h.
| bool QtFontFamily::ensurePopulated | ( | ) |
Definition at line 271 of file qfontdatabase.cpp.
| QtFontFoundry * QtFontFamily::foundry | ( | const QString & | f, |
| bool | create = false ) |
Definition at line 237 of file qfontdatabase.cpp.
| bool QtFontFamily::matchesFamilyName | ( | const QString & | familyName | ) | const |
Definition at line 266 of file qfontdatabase.cpp.
| QStringList QtFontFamily::aliases |
Definition at line 184 of file qfontdatabase_p.h.
| bool QtFontFamily::colorFont |
Definition at line 181 of file qfontdatabase_p.h.
| int QtFontFamily::count |
Definition at line 185 of file qfontdatabase_p.h.
| bool QtFontFamily::fixedPitch |
Definition at line 180 of file qfontdatabase_p.h.
| QtFontFoundry** QtFontFamily::foundries |
Definition at line 186 of file qfontdatabase_p.h.
| QString QtFontFamily::name |
Definition at line 183 of file qfontdatabase_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| bool QtFontFamily::populated |
Definition at line 179 of file qfontdatabase_p.h.
| unsigned char QtFontFamily::writingSystems[QFontDatabase::WritingSystemsCount] |
Definition at line 188 of file qfontdatabase_p.h.