![]() |
Qt 6.x
The Qt SDK
|
#include <qfontengine_p.h>
Collaboration diagram for QFontEngine::Glyph:Public Member Functions | |
| Glyph ()=default | |
| ~Glyph () | |
Public Attributes | |
| short | linearAdvance = 0 |
| unsigned short | width = 0 |
| unsigned short | height = 0 |
| short | x = 0 |
| short | y = 0 |
| short | advance = 0 |
| signed char | format = 0 |
| uchar * | data = nullptr |
Definition at line 91 of file qfontengine_p.h.
|
default |
|
inline |
Definition at line 93 of file qfontengine_p.h.
| short QFontEngine::Glyph::advance = 0 |
Definition at line 99 of file qfontengine_p.h.
Definition at line 101 of file qfontengine_p.h.
Referenced by alphaMapFromGlyphData(), QFontEngineFT::bitmapForGlyph(), QRasterPaintEngine::drawCachedGlyphs(), QFontEngineFT::loadGlyph(), and QFontEngineFT::loadGlyphFor().
| signed char QFontEngine::Glyph::format = 0 |
Definition at line 100 of file qfontengine_p.h.
Referenced by QRasterPaintEngine::drawCachedGlyphs(), and QFontEngineFT::loadGlyphFor().
| unsigned short QFontEngine::Glyph::height = 0 |
Definition at line 96 of file qfontengine_p.h.
Referenced by alphaMapFromGlyphData(), QFontEngineFT::bitmapForGlyph(), QRasterPaintEngine::drawCachedGlyphs(), and QFontEngineFT::glyphData().
| short QFontEngine::Glyph::linearAdvance = 0 |
Definition at line 94 of file qfontengine_p.h.
| unsigned short QFontEngine::Glyph::width = 0 |
Definition at line 95 of file qfontengine_p.h.
Referenced by alphaMapFromGlyphData(), QFontEngineFT::bitmapForGlyph(), QRasterPaintEngine::drawCachedGlyphs(), and QFontEngineFT::glyphData().
| short QFontEngine::Glyph::x = 0 |
Definition at line 97 of file qfontengine_p.h.
Referenced by QRasterPaintEngine::drawCachedGlyphs().
| short QFontEngine::Glyph::y = 0 |
Definition at line 98 of file qfontengine_p.h.
Referenced by QRasterPaintEngine::drawCachedGlyphs().