Instance Method
removeCustomParameter(at:)removeObjectFromCustomParametersAtIndex:removeObjectFromCustomParametersAtIndex_
Removes the custom parameter at an index.
Declaration
func removeCustomParameter(at idx: UInt)Declaration
- (void) removeObjectFromCustomParametersAtIndex:(NSUInteger) idx;Declaration
removeObjectFromCustomParametersAtIndex_(idx: int)Parameters
idxA valid index in customParameters.
Discussion
The removed custom parameter no longer belongs to the font.
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.
Inserts a custom parameter at an index.
Removes a custom parameter.
Removes the first custom parameter with a name.
Replaces the custom parameter at an index.
Invalidates cached active custom parameter values.