Instance Method
setPropertyListValue(_:format:) setPropertyListValue:format: setPropertyListValue_format_
Restores the common element values from a Glyphs source representation.
Declaration
func setPropertyListValue(_ dict: [AnyHashable : Any], format: GSFormatVersion)Declaration
- (void) setPropertyListValue:(NSDictionary *) dict format:(GSFormatVersion) format;Declaration
setPropertyListValue_format_(dict: dict, format: GSFormatVersion)Parameters
dictThe property-list representation.
formatThe Glyphs file format version used to interpret the representation.
Discussion
Subclasses that override this method must also restore their type-specific values.
See Also
Encoding
A property-list representation of the common element values, or
nilwhen all values have their defaults.Appends a Glyphs source representation to a data buffer.