Instance Method
insertCustomParameter(_:at:) insertObject:inCustomParametersAtIndex: insertObject_inCustomParametersAtIndex_
Inserts a custom parameter at an index.
Declaration
func insertCustomParameter(_ customParameter: GSCustomParameter, at idx: UInt)Declaration
- (void) insertObject:(GSCustomParameter *) customParameter inCustomParametersAtIndex:(NSUInteger) idx;Declaration
insertObject_inCustomParametersAtIndex_(customParameter: GSCustomParameter, idx: int)Parameters
idxA valid insertion index in customParameters.
Discussion
The custom parameter belongs to the font after it is inserted.
See Also
Custom Parameters
Custom parameters stored in the font.
The number of custom parameters.
The custom parameter at an index.
The first custom parameter with a name.
The first active custom parameter with a name.
The value of an active custom parameter.
The Boolean value of an active custom parameter.
The color value of an active custom parameter.
Sets the value of a custom parameter.
Adds a custom parameter.
Removes a custom parameter.
Removes the custom parameter at an index.
Removes the first custom parameter with a name.
Replaces the custom parameter at an index.
Invalidates cached active custom parameter values.