Instance Property
classes
Layout classes in the font.
Declaration
var classes: [GSClass] { get set }Declaration
@property (nonatomic, strong) NSArray<GSClass *> * classes;Declaration
pyobjc_instanceMethods.classes() -> list[GSClass]
pyobjc_instanceMethods.setClasses_(classes: list[GSClass])Discussion
A layout class represents a named FEA glyph class.
See Also
Layout Classes
A mutable array of layout classes.
The number of layout classes.
The layout class at an index.
The index of a layout class, or
nilwhen the layout class is not in the font.The layout class with the specified name.
Adds a layout class.
Adds a layout class parsed from FEA class code.
Inserts a layout class at an index.
Removes a layout class.
Removes the layout class at an index.
Replaces the layout class at an index.
See Also
Layout Classes
A mutable array of layout classes.
The number of layout classes.
The layout class at an index.
The index of a layout class, or
NSNotFoundwhen the class is not in the font.The layout class with the specified name.
Adds a layout class.
Adds a layout class parsed from FEA class code.
Inserts a layout class at an index.
Removes a layout class.
Removes the layout class at an index.
Replaces the layout class at an index.