Record TGlyphUtf8
Unit
Declaration
type TGlyphUtf8 = record
Description
Information about one glyph in a UTF8 text
Overview
Fields
GlyphUtf8: string; |
|
MirroredGlyphUtf8: string; |
|
RightToLeft: boolean; |
|
Mirrored: boolean; |
|
Merged: boolean; |
|
ByteOffset: integer; |
|
ByteSize: integer; |
Properties
property Empty: boolean read GetEmpty; |
Description
Fields
GlyphUtf8: string; |
|
This item has no description. |
MirroredGlyphUtf8: string; |
|
This item has no description. |
RightToLeft: boolean; |
|
This item has no description. |
Mirrored: boolean; |
|
This item has no description. |
Merged: boolean; |
|
This item has no description. |
ByteOffset: integer; |
|
This item has no description. |
ByteSize: integer; |
|
This item has no description. |
Properties
property Empty: boolean read GetEmpty; |
|
This item has no description. |