TBLGlyphMappingState
Character to glyph mapping state.
Definition
Unit: Blend2D
Properties
Name | Description |
---|---|
GlyphCount | Number of glyphs or glyph-items on output. |
UndefinedCount | Undefined glyph count (chars that have no mapping). |
UndefinedFirst | Index of the first undefined glyph (-1 if none). |
Methods
Name | Description |
---|---|
Reset |
Property Descriptions
GlyphCount
Number of glyphs or glyph-items on output.
property GlyphCount: NativeInt read GetGlyphCount
Type: NativeInt
UndefinedCount
Undefined glyph count (chars that have no mapping).
property UndefinedCount: NativeInt read GetUndefinedCount
Type: NativeInt
UndefinedFirst
Index of the first undefined glyph (-1 if none).
property UndefinedFirst: NativeInt read GetUndefinedFirst
Type: NativeInt
Method Descriptions
Reset
procedure Reset; inline