Instance Method
index(of:)
The index of a layout class, or nil when the layout class is not in the font.
Not available in Objective-C.Not available in Python.
Declaration
func index(of layoutClass: GSClass) -> Int?See Also
Layout Classes
Layout classes in the font.
A mutable array of layout classes.
The number of layout classes.
The layout class at an index.
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.