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
QFontEngineFT::GlyphInfo Struct Reference

#include <qfontengine_ft_p.h>

+ Collaboration diagram for QFontEngineFT::GlyphInfo:

Public Attributes

int linearAdvance
 
unsigned short width
 
unsigned short height
 
short x
 
short y
 
short xOff
 
short yOff
 

Detailed Description

Definition at line 102 of file qfontengine_ft_p.h.

Member Data Documentation

◆ height

unsigned short QFontEngineFT::GlyphInfo::height

Definition at line 105 of file qfontengine_ft_p.h.

◆ linearAdvance

int QFontEngineFT::GlyphInfo::linearAdvance

Definition at line 103 of file qfontengine_ft_p.h.

◆ width

unsigned short QFontEngineFT::GlyphInfo::width

Definition at line 104 of file qfontengine_ft_p.h.

◆ x

short QFontEngineFT::GlyphInfo::x

Definition at line 106 of file qfontengine_ft_p.h.

◆ xOff

short QFontEngineFT::GlyphInfo::xOff

Definition at line 108 of file qfontengine_ft_p.h.

◆ y

short QFontEngineFT::GlyphInfo::y

Definition at line 107 of file qfontengine_ft_p.h.

◆ yOff

short QFontEngineFT::GlyphInfo::yOff

Definition at line 109 of file qfontengine_ft_p.h.


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