Instance Method
addGlyphs(_:)addGlyphsFromArray:addGlyphsFromArray_
Adds a sequence of glyphs to the font as one undoable change.
Declaration
func addGlyphs(_ glyphs: [GSGlyph])Declaration
- (void) addGlyphsFromArray:(NSArray<GSGlyph *> *) glyphs;Declaration
addGlyphsFromArray_(glyphs: list[GSGlyph])Discussion
Each glyph receives this font as its parent. Names and identifiers that conflict with glyphs already in the font are adjusted. The glyphs must not belong to another font.
See Also
Adding and Removing Glyphs
Creates a glyph configured for the font without adding it to glyphs.
Creates a glyph configured for the font without adding it to glyphs.
Adds a glyph to the font.
Adds a glyph without undo, observer notifications, synchronization, or cache updates.
Removes a glyph from the font and clears its parent.
Removes a sequence of glyphs from the font as one undoable change.
Creates and adds glyphs for a sequence of glyph names and Unicode ranges.