Declaration

var properties: [GSInfoProperty] { get set }

Declaration

@property (nonatomic, strong) NSArray<GSInfoProperty *> * properties;

Declaration

pyobjc_instanceMethods.properties() -> list[GSInfoProperty]
pyobjc_instanceMethods.setProperties_(properties: list[GSInfoProperty])

Discussion

Font info properties store names, copyright strings, vendor information, and other OpenType name data. Use the property lookup and mutation methods when addressing values by property name or language tag.

See Also

Properties

See Also

Properties