Initializer
init(dict:format:) initWithDict:format: initWithDict_format_
Creates a node from a Glyphs file dictionary representation.
Declaration
init(dict: [String : Any], format formatVersion: GSFormatVersion)Declaration
- (instancetype) initWithDict:(NSDictionary<NSString *,id> *) dict format:(GSFormatVersion) formatVersion;Declaration
initWithDict_format_(dict: dict[str, object], formatVersion: GSFormatVersion) -> GSNodeParameters
formatVersionThe Glyphs file format version used to interpret the representation.
See Also
Creating a Node
Creates a node.
Creates a node from a Glyphs file array representation.
Creates a node from a Glyphs file element string representation.
Creates a node from the Glyphs file representation at the current parser position.