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