Instance Property
localMasterCountcountOfFontMasterscountOfFontMasters
The number of local masters.
Declaration
var localMasterCount: Int { get }Declaration
@property (nonatomic, readonly) NSInteger countOfFontMasters;Declaration
countOfFontMasters() -> intDiscussion
Imported masters from linked fonts are not counted.
See Also
Masters
The local masters of the font.
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 local masters of the font.
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.