Skip to content

TBLGlyphPlacement

Glyph placement.

Provides information about glyph offset (X/Y) and advance (X/Y).

Definition

Unit: Blend2D

type TBLGlyphPlacement = record ... end;

Fields

Name Description
Advance
Placement

Methods

Name Description
Reset

Field Descriptions

Advance

var Advance: TBLPointI

Type: TBLPointI


Placement

var Placement: TBLPointI

Type: TBLPointI


Method Descriptions

Reset

procedure Reset; inline