Instance Method
addGlyphFast(_:)addGlyphFast:addGlyphFast_
Adds a glyph without undo, observer notifications, synchronization, or cache updates.
Declaration
func addGlyphFast(_ glyph: GSGlyph)Declaration
- (void) addGlyphFast:(GSGlyph *) glyph;Declaration
addGlyphFast_(glyph: GSGlyph)Discussion
Use this method only while constructing a font when the omitted bookkeeping is handled separately.
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 sequence of glyphs to the font as one undoable change.
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.