Instance Method
addClass(fromCode:)addClassFromCode:addClassFromCode_
Adds a layout class parsed from FEA class code.
Declaration
func addClass(fromCode text: String)Declaration
- (void) addClassFromCode:(NSString *) text;Declaration
addClassFromCode_(text: str)Parameters
textFEA class code, for example
@myClass = [A B];.
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 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.
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
Layout classes in the font.
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.
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.