Declaration

func addGlyph(_ glyph: GSGlyph)

Declaration

- (void) addGlyph:(GSGlyph *) glyph;

Declaration

addGlyph_(glyph: GSGlyph)

Discussion

The glyph receives this font as its parent and is assigned a unique name and identifier when needed. This operation supports undo and updates observers and lookup caches. The glyph must not belong to another font.

See Also

Adding and Removing Glyphs