Instance Property
features
Layout features used when compiling OpenType feature code.
Declaration
var features: [GSFeature] { get set }Declaration
@property (nonatomic, strong) NSArray<GSFeature *> * features;Declaration
pyobjc_instanceMethods.features() -> list[GSFeature]
pyobjc_instanceMethods.setFeatures_(features: list[GSFeature])Discussion
The order of the features is significant for feature generation and export.
See Also
Layout Features
Number of layout features.
Layout feature at an index, or
nilwhen the index is out of range.The index of a layout feature, or
nilwhen the feature is not in the font.Returns the first layout feature with a tag.
Returns the first enabled layout feature with a tag.
Returns the first automatic layout feature with a tag.
Returns the first automatic layout feature with a tag.
Adds a layout feature.
Inserts a layout feature at an index.
Removes a layout feature.
Removes the layout feature at an index.
Replaces the layout feature at an index.
Updates automatic layout features and classes.
Imports OpenType feature code into the font.
See Also
Layout Features
Number of layout features.
Layout feature at an index, or
nilwhen the index is out of range.Index of a layout feature, or
NSNotFoundwhen the feature is not in the font.Returns the first layout feature with a tag.
Returns the first enabled layout feature with a tag.
Returns the first automatic layout feature with a tag.
Returns the first automatic layout feature with a tag.
Adds a layout feature.
Inserts a layout feature at an index.
Removes a layout feature.
Removes the layout feature at an index.
Replaces the layout feature at an index.
Updates automatic layout features and classes.
Imports OpenType feature code into the font.