Instance Method
propertyListValue(format:)propertyListValueFormat:error: propertyListValueFormat_error_
A property-list representation of the font.
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 to use.
Parameters
formatThe Glyphs file format version to use.
errorOn output, a pointer to an error object that describes why the method failed, or
nilif no error occurred. If you are not interested in the error information, passnilfor this parameter.
Discussion
The format controls which keys can be written and how values are encoded.
See Also
Saving
Saves the font to a file or package.
Saves the font to a file or package using an explicit format and save context.
Creates a save context for a destination and package type.
Prepares the font before writing.
A property-list representation of editor and file settings.