Instance Method
writeSettingsDict(_:)writeSettingsDict:writeSettingsDict_
A property-list representation of editor and file settings.
Declaration
func writeSettingsDict(_ formatVersion: GSFormatVersion) -> [String : Any]Declaration
- (NSDictionary<NSString *,id> *) writeSettingsDict:(GSFormatVersion) formatVersion;Declaration
writeSettingsDict_(formatVersion: GSFormatVersion) -> dict[str, object]Parameters
formatVersionThe Glyphs file format version to use.
Discussion
The returned dictionary contains settings that are stored separately from font information in newer file formats.
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.
A property-list representation of the font.
Prepares the font before writing.