TBLFontFaceInfo
Information of TBLFontFace
.
Definition
Unit: Blend2D
See Also
Properties
Name | Description |
---|---|
DiagFlags | Font face diagnostic flags. |
FaceFlags | Font face flags. |
FaceIndex | Face face index in a TTF/OTF collection or zero if not part of a collection. |
FaceType | Font face type. |
GlyphCount | Number of glyphs provided by this font face. |
OutlineType | Type of outlines used by the font face. |
Revision | Revision (read from 'head' table, represented as 16.16 fixed point). |
Methods
Name | Description |
---|---|
Reset |
Property Descriptions
DiagFlags
Font face diagnostic flags.
property DiagFlags: TBLFontFaceDiagFlags read GetDiagFlags
Type: TBLFontFaceDiagFlags
FaceFlags
Font face flags.
property FaceFlags: TBLFontFaceFlags read GetFaceFlags
Type: TBLFontFaceFlags
FaceIndex
Face face index in a TTF/OTF collection or zero if not part of a collection.
property FaceIndex: Integer read FFaceIndex
Type: Integer
FaceType
Font face type.
property FaceType: TBLFontFaceType read GetFaceType
Type: TBLFontFaceType
GlyphCount
Number of glyphs provided by this font face.
property GlyphCount: Integer read FGlyphCount
Type: Integer
OutlineType
Type of outlines used by the font face.
property OutlineType: TBLFontOutlineType read GetOutlineType
Type: TBLFontOutlineType
Revision
Revision (read from 'head' table, represented as 16.16 fixed point).
property Revision: Cardinal read FRevision
Type: Cardinal
Method Descriptions
Reset
procedure Reset; inline