TBLFontVariationSettingsView
A view unifying the representation of an internal storage used by TBLFontVariationSettings
.
Definition
Unit: Blend2D
Properties
Name | Description |
---|---|
Data | Pointer to font variation items, where each item describes a tag and its value. |
IsEmpty | Whether the view is empty. |
Items | The font variation items, where each item describes a tag and its value. |
Size | Count of items in Data . |
Property Descriptions
Data
Pointer to font variation items, where each item describes a tag and its value.
property Data: PBLFontVariationItem read FData
Type: PBLFontVariationItem
IsEmpty
Whether the view is empty.
property IsEmpty: Boolean read GetIsEmpty
Type: Boolean
Items
The font variation items, where each item describes a tag and its value.
property Items[const AIndex: NativeInt]: TBLFontVariationItem read GetItem; default
Type: TBLFontVariationItem
Size
Count of items in Data
.
property Size: NativeInt read GetSize
Type: NativeInt