![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 134 of file qtextengine_p.h.
| Enumerator | |
|---|---|
| JustifyNone | |
| JustifySpace | |
| JustifyKashida | |
Definition at line 140 of file qtextengine_p.h.
|
inline |
Definition at line 136 of file qtextengine_p.h.
References nKashidas, space_18d6, and type.
| uint QGlyphJustification::nKashidas |
Definition at line 147 of file qtextengine_p.h.
Referenced by QGlyphJustification().
| uint QGlyphJustification::space_18d6 |
Definition at line 148 of file qtextengine_p.h.
Referenced by QGlyphJustification().
| uint QGlyphJustification::type |
Definition at line 146 of file qtextengine_p.h.
Referenced by QGlyphJustification().