Initializer
init(glyphsParser:format:) initWithGlyphsParser:format: initWithGlyphsParser_format_
Creates a glyph from a Glyphs file representation at the current parser position.
Declaration
init?(glyphsParser pInfo: UnsafeMutablePointer<GSPlistParseInfo>, format formatVersion: GSFormatVersion)Declaration
- (instancetype) initWithGlyphsParser:(GSPlistParseInfo *) pInfo format:(GSFormatVersion) formatVersion;Declaration
initWithGlyphsParser_format_(pInfo: GSPlistParseInfo, formatVersion: GSFormatVersion) -> GSGlyphParameters
pInfoA parser positioned after the opening dictionary delimiter.
formatVersionThe Glyphs file format version used to interpret the representation.
Discussion
Returns nil when the representation is invalid.
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.
See Also
Creating a Glyph
Creates a glyph with a name and no layers.
Creates a minimally configured glyph for bulk construction.
Creates a glyph from a Glyphs file dictionary representation.
Creates a glyph by reading a
.glyphfile.