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
QTtfGlyph Struct Reference
+ Collaboration diagram for QTtfGlyph:

Public Attributes

quint16 index
 
qint16 xMin
 
qint16 xMax
 
qint16 yMin
 
qint16 yMax
 
quint16 advanceWidth
 
qint16 lsb
 
quint16 numContours
 
quint16 numPoints
 
QByteArray data
 

Detailed Description

Definition at line 358 of file qfontsubset.cpp.

Member Data Documentation

◆ advanceWidth

quint16 QTtfGlyph::advanceWidth

Definition at line 364 of file qfontsubset.cpp.

Referenced by generateGlyph(), and QFontSubset::toTruetype().

◆ data

QByteArray QTtfGlyph::data

Definition at line 368 of file qfontsubset.cpp.

Referenced by getGlyphData().

◆ index

quint16 QTtfGlyph::index

Definition at line 359 of file qfontsubset.cpp.

Referenced by generateGlyph().

◆ lsb

qint16 QTtfGlyph::lsb

Definition at line 365 of file qfontsubset.cpp.

Referenced by generateGlyph(), and QFontSubset::toTruetype().

◆ numContours

quint16 QTtfGlyph::numContours

Definition at line 366 of file qfontsubset.cpp.

Referenced by generateGlyph(), getGlyphData(), and QFontSubset::toTruetype().

◆ numPoints

quint16 QTtfGlyph::numPoints

Definition at line 367 of file qfontsubset.cpp.

Referenced by generateGlyph(), getGlyphData(), and QFontSubset::toTruetype().

◆ xMax

qint16 QTtfGlyph::xMax

Definition at line 361 of file qfontsubset.cpp.

Referenced by generateGlyph(), getGlyphData(), and QFontSubset::toTruetype().

◆ xMin

qint16 QTtfGlyph::xMin

Definition at line 360 of file qfontsubset.cpp.

Referenced by generateGlyph(), getGlyphData(), and QFontSubset::toTruetype().

◆ yMax

qint16 QTtfGlyph::yMax

Definition at line 363 of file qfontsubset.cpp.

Referenced by generateGlyph(), getGlyphData(), and QFontSubset::toTruetype().

◆ yMin

qint16 QTtfGlyph::yMin

Definition at line 362 of file qfontsubset.cpp.

Referenced by generateGlyph(), getGlyphData(), and QFontSubset::toTruetype().


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