![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qfontsubset_p.h>
Public Member Functions | |
| QFontSubset (QFontEngine *fe, uint obj_id=0) | |
| ~QFontSubset () | |
| QByteArray | toTruetype () const |
| QByteArray | widthArray () const |
| QByteArray | createToUnicodeMap () const |
| QList< int > | getReverseMap () const |
| qsizetype | addGlyph (uint index) |
| qsizetype | nGlyphs () const |
Static Public Member Functions | |
| static QByteArray | glyphName (unsigned short unicode, bool symbol) |
Public Attributes | |
| const uint | object_id |
| bool | noEmbed |
| QFontEngine * | fontEngine |
| QList< uint > | glyph_indices |
| int | downloaded_glyphs |
| bool | standard_font |
| QFixed | emSquare |
| QList< QFixed > | widths |
Definition at line 23 of file qfontsubset_p.h.
|
inlineexplicit |
Definition at line 26 of file qfontsubset_p.h.
|
inline |
Definition at line 34 of file qfontsubset_p.h.
Definition at line 252 of file qfontsubset.cpp.
| QByteArray QFontSubset::createToUnicodeMap | ( | ) | const |
Definition at line 160 of file qfontsubset.cpp.
| QList< int > QFontSubset::getReverseMap | ( | ) | const |
Definition at line 149 of file qfontsubset.cpp.
|
static |
Definition at line 64 of file qfontsubset.cpp.
References symbol_map.
|
inline |
Definition at line 55 of file qfontsubset_p.h.
| QByteArray QFontSubset::toTruetype | ( | ) | const |
Definition at line 1110 of file qfontsubset.cpp.
References generateName().
| QByteArray QFontSubset::widthArray | ( | ) | const |
Definition at line 82 of file qfontsubset.cpp.
|
mutable |
Definition at line 53 of file qfontsubset_p.h.
|
mutable |
Definition at line 56 of file qfontsubset_p.h.
| QFontEngine* QFontSubset::fontEngine |
Definition at line 51 of file qfontsubset_p.h.
Definition at line 52 of file qfontsubset_p.h.
| bool QFontSubset::noEmbed |
Definition at line 50 of file qfontsubset_p.h.
| const uint QFontSubset::object_id |
Definition at line 49 of file qfontsubset_p.h.
|
mutable |
Definition at line 54 of file qfontsubset_p.h.
Definition at line 57 of file qfontsubset_p.h.