Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QGlyphJustification Struct Reference

#include <qtextengine_p.h>

Collaboration diagram for QGlyphJustification:

Public Types

enum  JustificationType { JustifyNone , JustifySpace , JustifyKashida }

Public Member Functions

 QGlyphJustification ()

Public Attributes

uint type:2
uint nKashidas: 6
uint space_18d6: 24

Detailed Description

Definition at line 132 of file qtextengine_p.h.

Member Enumeration Documentation

◆ JustificationType

Enumerator
JustifyNone 
JustifySpace 
JustifyKashida 

Definition at line 138 of file qtextengine_p.h.

Constructor & Destructor Documentation

◆ QGlyphJustification()

QGlyphJustification::QGlyphJustification ( )
inline

Definition at line 134 of file qtextengine_p.h.

References nKashidas, space_18d6, and type.

Member Data Documentation

◆ nKashidas

uint QGlyphJustification::nKashidas

Definition at line 145 of file qtextengine_p.h.

Referenced by QGlyphJustification().

◆ space_18d6

uint QGlyphJustification::space_18d6

Definition at line 146 of file qtextengine_p.h.

Referenced by QGlyphJustification().

◆ type

uint QGlyphJustification::type

Definition at line 144 of file qtextengine_p.h.

Referenced by QGlyphJustification().


The documentation for this struct was generated from the following file: