Instance Property
customParameters
Custom parameters stored in the font.
Declaration
var customParameters: [GSCustomParameter] { get set }Declaration
@property (nonatomic, strong) NSArray<GSCustomParameter *> * customParameters;Declaration
pyobjc_instanceMethods.customParameters() -> list[GSCustomParameter]
pyobjc_instanceMethods.setCustomParameters_(customParameters: list[GSCustomParameter])Discussion
Custom parameters extend the font information with named values that do not have dedicated font properties. The array order is preserved.
See Also
Custom Parameters
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 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.