Declaration

var allMasters: [GSFontMaster] { get }

Declaration

@property (readonly) NSArray<GSFontMaster *> * allMasters;

Declaration

allMasters() -> list[GSFontMaster]

Discussion

Local masters are ordered before imported masters.

See Also

Imported Masters and Fonts

  • The masters imported from linked fonts.

  • The fonts that supply imported glyphs or imported masters.

  • The number of local and imported masters.

  • Returns the local or imported master at an index, or nil when the index is out of bounds.

  • The index of a local or imported master, or nil when the master is not in the font.

  • Reloads linked fonts and refreshes imported masters and imported glyphs.

See Also

Imported Masters and Fonts