IndexTextBLFontFaceInfo

BLFontFaceInfo Struct Reference [¶]

Information of BLFontFace.

Public Members

Members

Member Functions

Common Functionality

uint8_t BLFontFaceInfo::face_type[¶]

Font face type, see BLFontFaceType.

uint8_t BLFontFaceInfo::outline_type[¶]

Type of outlines used by the font face, see BLFontOutlineType.

uint8_t BLFontFaceInfo::reserved8[2][¶]

Reserved fields.

uint32_t BLFontFaceInfo::glyph_count[¶]

Number of glyphs provided by this font face.

uint32_t BLFontFaceInfo::revision[¶]

Revision (read from 'head' table, represented as 16.16 fixed point).

uint32_t BLFontFaceInfo::face_index[¶]

Face face index in a TTF/OTF collection or zero if not part of a collection.

uint32_t BLFontFaceInfo::face_flags[¶]

Font face flags, see BLFontFaceFlags.

uint32_t BLFontFaceInfo::diag_flags[¶]

Font face diagnostic flags, see BLFontFaceDiagFlags.

uint32_t BLFontFaceInfo::reserved[2][¶]

Reserved for future use, set to zero.