Initializer
init(dict:format:) initWithDict:format: initWithDict_format_
Creates a concrete element from a Glyphs source 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) -> GSElementParameters
dictThe property-list representation.
formatVersionThe Glyphs file format version used to interpret the representation.