Skip to content

TBLFontFeatureItem

Associates a font feature tag with a value. Tag describes the feature (as provided by the font) and Value describes its value. Some features only allow boolean values 0 and 1 and some allow values up to 65535. Values less than 0 and greater than 65535 are invalid, however, only -1 should be used as invalid value in general.

Registered OpenType features: - Microsoft. - Adobe.

Definition

Unit: Blend2D

type TBLFontFeatureItem = record ... end;

Properties

Name Description
Tag Feature tag (32-bit).
Value Feature value.

Methods

Name Description
Reset

Property Descriptions

Tag

Feature tag (32-bit).

property Tag: TBLTag read FTag

Type: TBLTag


Value

Feature value.

property Value: Integer read FValue

Type: Integer

Remarks

Values less than 0 and greater than 65535 are invalid.


Method Descriptions

Reset

procedure Reset; inline