Record TGlyphUtf8

Unit

Declaration

type TGlyphUtf8 = record

Description

Information about one glyph in a UTF8 text

Overview

Fields

Public GlyphUtf8: string;
Public MirroredGlyphUtf8: string;
Public RightToLeft: boolean;
Public Mirrored: boolean;
Public Merged: boolean;
Public ByteOffset: integer;
Public ByteSize: integer;

Properties

Public property Empty: boolean read GetEmpty;

Description

Fields

Public GlyphUtf8: string;

This item has no description.

Public MirroredGlyphUtf8: string;

This item has no description.

Public RightToLeft: boolean;

This item has no description.

Public Mirrored: boolean;

This item has no description.

Public Merged: boolean;

This item has no description.

Public ByteOffset: integer;

This item has no description.

Public ByteSize: integer;

This item has no description.

Properties

Public property Empty: boolean read GetEmpty;

This item has no description.