Instance Method
featurePrefix(at:)objectInFeaturePrefixesAtIndex:objectInFeaturePrefixesAtIndex_
The feature prefix at an index.
Declaration
func featurePrefix(at idx: UInt) -> GSFeaturePrefix?Declaration
- (GSFeaturePrefix *) objectInFeaturePrefixesAtIndex:(NSUInteger) idx;Declaration
objectInFeaturePrefixesAtIndex_(idx: int) -> GSFeaturePrefixSee Also
Layout Prefixes
Feature prefixes in the font.
The number of feature prefixes.
The feature prefix with the specified name.
Adds a feature prefix.
Inserts a feature prefix at an index.
Removes a feature prefix.
Removes the feature prefix at an index.
Replaces the feature prefix at an index.