Instance Method
removeFontMaster(_:)removeFontMaster:removeFontMaster_
Removes a local master without removing layer content.
Declaration
func removeFontMaster(_ fontMaster: GSFontMaster)Declaration
- (void) removeFontMaster:(GSFontMaster *) fontMaster;Declaration
removeFontMaster_(fontMaster: GSFontMaster)Discussion
The master is ignored when it is not a local master of the font.
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.
Appends a local master without adding 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.
Appends a local master without adding layer content.