Initializer
init(dict:format:) initWithDict:format: initWithDict_format_
Creates a glyph from a Glyphs file dictionary representation.
Declaration
init(dict glyphDict: [String : Any], format formatVersion: GSFormatVersion)Declaration
- (instancetype) initWithDict:(NSDictionary<NSString *,id> *) glyphDict format:(GSFormatVersion) formatVersion;Declaration
initWithDict_format_(glyphDict: dict[str, object], formatVersion: GSFormatVersion) -> GSGlyphParameters
glyphDictThe dictionary representation of the glyph.
formatVersionThe Glyphs file format version used to interpret the representation.
See Also
Creating a Glyph
Creates a glyph with a name and no layers.
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 glyph with a name and no layers.
Creates a minimally configured glyph for bulk construction.
Creates a glyph by reading a
.glyphfile.Creates a glyph from a Glyphs file representation at the current parser position.