QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
QFontEngine::Glyph Struct Reference

#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
 
uchardata = nullptr
 

Detailed Description

Definition at line 127 of file qfontengine_p.h.

Constructor & Destructor Documentation

◆ Glyph()

QFontEngine::Glyph::Glyph ( )
default

◆ ~Glyph()

QFontEngine::Glyph::~Glyph ( )
inline

Definition at line 129 of file qfontengine_p.h.

Member Data Documentation

◆ advance

short QFontEngine::Glyph::advance = 0

Definition at line 135 of file qfontengine_p.h.

◆ data

uchar* QFontEngine::Glyph::data = nullptr

Definition at line 137 of file qfontengine_p.h.

◆ format

signed char QFontEngine::Glyph::format = 0

Definition at line 136 of file qfontengine_p.h.

◆ height

unsigned short QFontEngine::Glyph::height = 0

Definition at line 132 of file qfontengine_p.h.

◆ linearAdvance

short QFontEngine::Glyph::linearAdvance = 0

Definition at line 130 of file qfontengine_p.h.

◆ width

unsigned short QFontEngine::Glyph::width = 0

Definition at line 131 of file qfontengine_p.h.

◆ x

short QFontEngine::Glyph::x = 0

Definition at line 133 of file qfontengine_p.h.

◆ y

short QFontEngine::Glyph::y = 0

Definition at line 134 of file qfontengine_p.h.


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