Instance Property
fontMasters
The local masters of the font.
Declaration
var fontMasters: [GSFontMaster] { get set }Declaration
@property (nonatomic, strong) NSArray<GSFontMaster *> * fontMasters;Declaration
fontMasters() -> list[GSFontMaster]
setFontMasters_(fontMasters: list[GSFontMaster])Discussion
Master layers use these master identifiers as layer identifiers. Imported masters from linked fonts are not included.
See Also
Masters
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.
Removes a local master without removing layer content.
See Also
Masters
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.
Removes a local master without removing layer content.