Initializer
init(array:format:) initWithArray:format: initWithArray_format_
Creates a node from a Glyphs file array representation.
Declaration
init(array list: [Any], format formatVersion: GSFormatVersion)Declaration
- (instancetype) initWithArray:(NSArray *) list format:(GSFormatVersion) formatVersion;Declaration
initWithArray_format_(list: list, formatVersion: GSFormatVersion) -> GSNodeParameters
formatVersionThe Glyphs file format version used to interpret the representation.
Discussion
See Also
Creating a Node
Creates a node.
Creates a node from a Glyphs file dictionary representation.
Creates a node from a Glyphs file element string representation.
Creates a node from the Glyphs file representation at the current parser position.