Instance Method
removeGlyph(_:)removeGlyph:removeGlyph_
Removes a glyph from the font and clears its parent.
Declaration
func removeGlyph(_ glyph: GSGlyph)Declaration
- (void) removeGlyph:(GSGlyph *) glyph;Declaration
removeGlyph_(glyph: GSGlyph)Discussion
This operation supports undo and updates observers and lookup caches. The glyph must belong to this 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.
Adds a sequence of glyphs to the font as one undoable change.
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.