Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 133 of file qtextengine_p.h.

Member Enumeration Documentation

◆ JustificationType

Enumerator
JustifyNone 
JustifySpace 
JustifyKashida 

Definition at line 139 of file qtextengine_p.h.

Constructor & Destructor Documentation

◆ QGlyphJustification()

QGlyphJustification::QGlyphJustification ( )
inline

Definition at line 135 of file qtextengine_p.h.

Member Data Documentation

◆ nKashidas

uint QGlyphJustification::nKashidas

Definition at line 146 of file qtextengine_p.h.

Referenced by QFontEngine::getGlyphPositions().

◆ space_18d6

uint QGlyphJustification::space_18d6

◆ type

uint QGlyphJustification::type

Definition at line 145 of file qtextengine_p.h.


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