Instance Method
initFast
Creates a minimally configured glyph for bulk construction.
Not available in Swift.
Declaration
- (instancetype) initFast;Declaration
initFast() -> GSGlyphDiscussion
The caller must provide the glyph name and any other required state before using the glyph. Use init(name:)initWithName:initWithName_ for general glyph creation.
See Also
Creating a Glyph
Creates a glyph with a name and no layers.
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.