Instance Method
propertyListValue(format:)propertyListValueFormat:error: propertyListValueFormat_error_
A property-list representation in a Glyphs source format, or nil when the object cannot be encoded.
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 Glyphs file format version used for the representation.
Parameters
formatThe Glyphs file format version used for the representation.
errorOn failure, an error describing why the representation could not be created.
See Also
Encoding
Writes a Glyphs source representation to a file.