Instance Method
add(_:)addFontMaster:addFontMaster_
Appends a local master without adding layer content.
Declaration
func add(_ fontMaster: GSFontMaster)Declaration
- (void) addFontMaster:(GSFontMaster *) fontMaster;Declaration
addFontMaster_(fontMaster: GSFontMaster)Discussion
If the master has no identifier or the identifier is already used, a new identifier is assigned.
See Also
Masters
The local masters of the font.
The number of local masters.
Returns the local or imported master at an index, or
nilwhen the index is out of bounds.The index of a local master, or
nilwhen the master is not in the font.Returns the local or imported master with an identifier, or
nilwhen no master matches.Returns the first local or imported master with a name, or
nilwhen no master matches.Returns the master used as the default interpolation origin.
Returns an unused master identifier.
Inserts a local master without adding layer content.
Removes a local master without removing layer content.
See Also
Masters
The local masters of the font.
The number of local masters.
Returns the local or imported master at an index, or
nilwhen the index is out of bounds.Returns the index of a local master, or
NSNotFoundwhen the master is not local.Returns the local or imported master with an identifier, or
nilwhen no master matches.Returns the first local or imported master with a name, or
nilwhen no master matches.Returns the master used as the default interpolation origin.
Returns an unused master identifier.
Inserts a local master without adding layer content.
Removes a local master without removing layer content.