Instance Method
insertFeaturePrefix(_:at:) insertObject:inFeaturePrefixesAtIndex: insertObject_inFeaturePrefixesAtIndex_
Inserts a feature prefix at an index.
Declaration
func insertFeaturePrefix(_ thePrefix: GSFeaturePrefix, at idx: UInt)Declaration
- (void) insertObject:(GSFeaturePrefix *) thePrefix inFeaturePrefixesAtIndex:(NSUInteger) idx;Declaration
insertObject_inFeaturePrefixesAtIndex_(thePrefix: GSFeaturePrefix, idx: int)See Also
Layout Prefixes
Feature prefixes in the font.
The number of feature prefixes.
The feature prefix at an index.
The feature prefix with the specified name.
Adds a feature prefix.
Removes a feature prefix.
Removes the feature prefix at an index.
Replaces the feature prefix at an index.