Instance Method
removeGlyphs(_:)removeGlyphs:removeGlyphs_
Removes a sequence of glyphs from the font as one undoable change.
Declaration
func removeGlyphs(_ glyphs: [GSGlyph])Declaration
- (void) removeGlyphs:(NSArray<GSGlyph *> *) glyphs;Declaration
removeGlyphs_(glyphs: list[GSGlyph])Discussion
The parent of each removed glyph is cleared. Every 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 glyph from the font and clears its parent.
Creates and adds glyphs for a sequence of glyph names and Unicode ranges.