Declaration

func makeGlyph(name glyphName: String) -> GSGlyph

Declaration

- (GSGlyph *) newGlyphWithName:(NSString *) glyphName;

Declaration

newGlyphWithName_(glyphName: str) -> GSGlyph

Parameters

glyphName

The requested glyph name or component expression.

Discussion

Glyph information, master layers, components, metrics keys, and default widths are initialized when available. A name in the form base+mark=result explicitly defines the components and resulting glyph name.

See Also

Adding and Removing Glyphs