Instance Property
properties
The properties. this contains (localizable) names and other font info settings
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])