![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qfontengine_p.h>
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 88 of file qfontengine_p.h.
|
default |
|
inline |
Definition at line 90 of file qfontengine_p.h.
| short QFontEngine::Glyph::advance = 0 |
Definition at line 96 of file qfontengine_p.h.
Definition at line 98 of file qfontengine_p.h.
| signed char QFontEngine::Glyph::format = 0 |
Definition at line 97 of file qfontengine_p.h.
| unsigned short QFontEngine::Glyph::height = 0 |
Definition at line 93 of file qfontengine_p.h.
| short QFontEngine::Glyph::linearAdvance = 0 |
Definition at line 91 of file qfontengine_p.h.
| unsigned short QFontEngine::Glyph::width = 0 |
Definition at line 92 of file qfontengine_p.h.
| short QFontEngine::Glyph::x = 0 |
Definition at line 94 of file qfontengine_p.h.
| short QFontEngine::Glyph::y = 0 |
Definition at line 95 of file qfontengine_p.h.