Qt 6.x
The Qt SDK
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 91 of file qfontengine_p.h.

Constructor & Destructor Documentation

◆ Glyph()

QFontEngine::Glyph::Glyph ( )
default

◆ ~Glyph()

QFontEngine::Glyph::~Glyph ( )
inline

Definition at line 93 of file qfontengine_p.h.

Member Data Documentation

◆ advance

short QFontEngine::Glyph::advance = 0

Definition at line 99 of file qfontengine_p.h.

◆ data

◆ format

signed char QFontEngine::Glyph::format = 0

◆ height

unsigned short QFontEngine::Glyph::height = 0

◆ linearAdvance

short QFontEngine::Glyph::linearAdvance = 0

Definition at line 94 of file qfontengine_p.h.

◆ width

unsigned short QFontEngine::Glyph::width = 0

◆ x

short QFontEngine::Glyph::x = 0

Definition at line 97 of file qfontengine_p.h.

Referenced by QRasterPaintEngine::drawCachedGlyphs().

◆ y

short QFontEngine::Glyph::y = 0

Definition at line 98 of file qfontengine_p.h.

Referenced by QRasterPaintEngine::drawCachedGlyphs().


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