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
QFontEngine::Glyph Struct Reference

#include <qfontengine_p.h>

+ Collaboration diagram for QFontEngine::Glyph:

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 85 of file qfontengine_p.h.

Constructor & Destructor Documentation

◆ Glyph()

QFontEngine::Glyph::Glyph ( )
default

◆ ~Glyph()

QFontEngine::Glyph::~Glyph ( )
inline

Definition at line 87 of file qfontengine_p.h.

Member Data Documentation

◆ advance

short QFontEngine::Glyph::advance = 0

Definition at line 93 of file qfontengine_p.h.

◆ data

◆ format

signed char QFontEngine::Glyph::format = 0

Definition at line 94 of file qfontengine_p.h.

Referenced by QFontEngineFT::loadGlyphFor().

◆ height

unsigned short QFontEngine::Glyph::height = 0

◆ linearAdvance

short QFontEngine::Glyph::linearAdvance = 0

Definition at line 88 of file qfontengine_p.h.

◆ width

unsigned short QFontEngine::Glyph::width = 0

◆ x

short QFontEngine::Glyph::x = 0

Definition at line 91 of file qfontengine_p.h.

Referenced by QFontEngineFT::boundingBox().

◆ y

short QFontEngine::Glyph::y = 0

Definition at line 92 of file qfontengine_p.h.


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