Record TGlyphCursorUtf8

Hierarchy
Fields
Properties

Unit

Declaration

type TGlyphCursorUtf8 = record

Description

Cursor to go through a UTF8 text glyph by glyph

Overview

Methods

Public function EndOfString: boolean;
Public function GetNextGlyph: TGlyphUtf8;
Public class function New(const textUTF8: string; ABidiMode: TFontBidiMode): TGlyphCursorUtf8; static;
Public procedure Rewind;

Description

Methods

Public function EndOfString: boolean;

This item has no description.

Public function GetNextGlyph: TGlyphUtf8;

This item has no description.

Public class function New(const textUTF8: string; ABidiMode: TFontBidiMode): TGlyphCursorUtf8; static;

This item has no description.

Public procedure Rewind;

This item has no description.