Instance Method
addMasterAndContent(_:)addFontMasterAndContent:addFontMasterAndContent_
Adds a local master and copies the content associated with it into the font.
Declaration
func addMasterAndContent(_ fontMaster: GSFontMaster) -> GSFontMasterDeclaration
- (GSFontMaster *) addFontMasterAndContent:(GSFontMaster *) fontMaster;Declaration
addFontMasterAndContent_(fontMaster: GSFontMaster) -> GSFontMasterReturn Value
The inserted master.
Discussion
The master must belong to a font.
See Also
Master Content
Inserts a local master and copies the content associated with it into the font.
Removes a local master and the layer content associated with it.
Replaces a local master at an index without changing layer content.
Copies glyph layers associated with one master identifier to another master identifier.
Copies layers associated with one master identifier to another master identifier.
Copies master-specific font information from one master identifier to another master identifier.
Adds a master from another font as a new local master.
Adds the generated contents of an instance as a new local master.