TBLFontVariationItem
Associates a font variation tag with a value.
Definition
Unit: Blend2D
Properties
Name | Description |
---|---|
Tag | Variation tag (32-bit). |
Value | Variation value. |
Methods
Name | Description |
---|---|
Reset |
Property Descriptions
Tag
Variation tag (32-bit).
property Tag: TBLTag read FTag
Type: TBLTag
Value
Variation value.
property Value: Single read FValue
Type: Single
Remarks
Values outside of [0, 1] range are invalid.
Method Descriptions
Reset
procedure Reset; inline