![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QTtfGlyph:Public Attributes | |
| quint16 | index |
| qint16 | xMin |
| qint16 | xMax |
| qint16 | yMin |
| qint16 | yMax |
| quint16 | advanceWidth |
| qint16 | lsb |
| quint16 | numContours |
| quint16 | numPoints |
| QByteArray | data |
Definition at line 358 of file qfontsubset.cpp.
| quint16 QTtfGlyph::advanceWidth |
Definition at line 364 of file qfontsubset.cpp.
Referenced by generateGlyph(), and QFontSubset::toTruetype().
| QByteArray QTtfGlyph::data |
Definition at line 368 of file qfontsubset.cpp.
Referenced by getGlyphData().
| quint16 QTtfGlyph::index |
Definition at line 359 of file qfontsubset.cpp.
Referenced by generateGlyph(), and operator<().
| qint16 QTtfGlyph::lsb |
Definition at line 365 of file qfontsubset.cpp.
Referenced by generateGlyph(), and QFontSubset::toTruetype().
| quint16 QTtfGlyph::numContours |
Definition at line 366 of file qfontsubset.cpp.
Referenced by generateGlyph(), getGlyphData(), and QFontSubset::toTruetype().
| quint16 QTtfGlyph::numPoints |
Definition at line 367 of file qfontsubset.cpp.
Referenced by generateGlyph(), getGlyphData(), and QFontSubset::toTruetype().
| qint16 QTtfGlyph::xMax |
Definition at line 361 of file qfontsubset.cpp.
Referenced by generateGlyph(), getGlyphData(), and QFontSubset::toTruetype().
| qint16 QTtfGlyph::xMin |
Definition at line 360 of file qfontsubset.cpp.
Referenced by generateGlyph(), getGlyphData(), and QFontSubset::toTruetype().
| qint16 QTtfGlyph::yMax |
Definition at line 363 of file qfontsubset.cpp.
Referenced by generateGlyph(), getGlyphData(), and QFontSubset::toTruetype().
| qint16 QTtfGlyph::yMin |
Definition at line 362 of file qfontsubset.cpp.
Referenced by generateGlyph(), getGlyphData(), and QFontSubset::toTruetype().