Declaration

func makeGlyph(name glyphName: String, changeName: Bool) -> GSGlyph

Declaration

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

Declaration

newGlyphWithName_changeName_(glyphName: str, changeName: bool) -> GSGlyph

Parameters

glyphName

The requested glyph name or component expression.

changeName

Whether to use the preferred name supplied by glyph information.

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