Instance Method
replaceFeaturePrefix(at:with:) replaceObjectInFeaturePrefixesAtIndex:withObject: replaceObjectInFeaturePrefixesAtIndex_withObject_
Replaces the feature prefix at an index.
Declaration
func replaceFeaturePrefix(at idx: UInt, with thePrefix: GSFeaturePrefix)Declaration
- (void) replaceObjectInFeaturePrefixesAtIndex:(NSUInteger) idx withObject:(GSFeaturePrefix *) thePrefix;Declaration
replaceObjectInFeaturePrefixesAtIndex_withObject_(idx: int, thePrefix: GSFeaturePrefix)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.
Inserts a feature prefix at an index.
Removes a feature prefix.
Removes the feature prefix at an index.