Instance Method
propertyListValue(format:)propertyListValueFormat:error: propertyListValueFormat_error_
A property-list representation in a Glyphs source format.
Declaration
func propertyListValue(format: GSFormatVersion) throws -> [String : Any]Declaration
- (NSDictionary<NSString *,id> *) propertyListValueFormat:(GSFormatVersion) format error:(NSError **) error;Declaration
propertyListValueFormat_error_(format: GSFormatVersion) -> tuple[dict[str, object], NSError]Parameters
formatThe source format used for the representation.
Parameters
formatThe source format used for the representation.
errorOn return, an error that prevented encoding.
Discussion
Property-list encoding supports format 3 and later.
See Also
Encoding
A property-list representation using specified save options.
Writes the glyph in Glyphs source syntax to an open file.