![]() |
Qt 6.x
The Qt SDK
|
#include <qtextengine_p.h>
Public Types | |
enum | JustificationType { JustifyNone , JustifySpace , JustifyKashida } |
Public Member Functions | |
QGlyphJustification () | |
Public Attributes | |
uint | type:2 |
uint | nKashidas: 6 |
uint | space_18d6: 24 |
Definition at line 132 of file qtextengine_p.h.
Enumerator | |
---|---|
JustifyNone | |
JustifySpace | |
JustifyKashida |
Definition at line 138 of file qtextengine_p.h.
|
inline |
Definition at line 134 of file qtextengine_p.h.
uint QGlyphJustification::nKashidas |
Definition at line 145 of file qtextengine_p.h.
Referenced by QFontEngine::getGlyphPositions().
uint QGlyphJustification::space_18d6 |
Definition at line 146 of file qtextengine_p.h.
Referenced by draw_text_item_win(), QFontEngine::getGlyphPositions(), and QTextLine::glyphRuns().
uint QGlyphJustification::type |
Definition at line 144 of file qtextengine_p.h.