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