Instance Method
propertyListValue(format:)propertyListValueFormat:error: propertyListValueFormat_error_
A property-list representation of the common element values, or nil when all values have their defaults.
Declaration
func propertyListValue(format formatVersion: GSFormatVersion) throws -> [String : Any]Declaration
- (NSDictionary<NSString *,id> *) propertyListValueFormat:(GSFormatVersion) formatVersion error:(NSError **) error;Declaration
propertyListValueFormat_error_(formatVersion: GSFormatVersion) -> tuple[dict[str, object], NSError]Parameters
formatVersionThe Glyphs file format version used for the representation.
Parameters
formatVersionThe Glyphs file format version used for the representation.
errorOn failure, an error describing why the representation could not be created.
Discussion
Subclasses extend this representation with their type-specific values.
See Also
Encoding
Restores the common element values from a Glyphs source representation.
Appends a Glyphs source representation to a data buffer.