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