Initializer
init(name:)initWithName:initWithName_
Creates a glyph with a name and no layers.
Declaration
init(name: String)Declaration
- (instancetype) initWithName:(NSString *) name;Declaration
initWithName_(name: str) -> GSGlyphParameters
nameThe glyph name.
Discussion
The glyph is not added to a font.
See Also
Creating a Glyph
Creates a glyph from a Glyphs file dictionary representation.
Creates a glyph by reading a
.glyphfile.Creates a glyph from a Glyphs file representation at the current parser position.
See Also
Creating a Glyph
Creates a minimally configured glyph for bulk construction.
Creates a glyph from a Glyphs file dictionary representation.
Creates a glyph by reading a
.glyphfile.Creates a glyph from a Glyphs file representation at the current parser position.