Record TGlyphCursorUtf8
Unit
Declaration
type TGlyphCursorUtf8 = record
Description
Cursor to go through a UTF8 text glyph by glyph
Overview
Methods
function EndOfString: boolean; |
|
function GetNextGlyph: TGlyphUtf8; |
|
class function New(const textUTF8: string; ABidiMode: TFontBidiMode): TGlyphCursorUtf8; static; |
|
procedure Rewind; |
Description
Methods
function EndOfString: boolean; |
|
This item has no description. |
function GetNextGlyph: TGlyphUtf8; |
|
This item has no description. |
class function New(const textUTF8: string; ABidiMode: TFontBidiMode): TGlyphCursorUtf8; static; |
|
This item has no description. |
procedure Rewind; |
|
This item has no description. |