Skip to content

TBLFontQueryProperties

Properties that can be used to query TBLFont and TBLFontFace.

Definition

Unit: Blend2D

type TBLFontQueryProperties = record ... end;

See Also

Fields

Name Description
Stretch Font stretch.
Style Font style.
Weight Font weight.

Methods

Name Description
Reset

Field Descriptions

Stretch

Font stretch.

var Stretch: TBLFontStretch

Type: TBLFontStretch


Style

Font style.

var Style: TBLFontStyle

Type: TBLFontStyle


Weight

Font weight.

var Weight: TBLFontWeight

Type: TBLFontWeight


Method Descriptions

Reset

procedure Reset; inline