Protocol
GlyphsFileFormat
GlyphsFileFormat: The protocol defining the file format plugin interface
Declaration
@MainActor protocol GlyphsFileFormatDeclaration
@protocol GlyphsFileFormatDeclaration
GlyphsFileFormatTopics
Instance Properties
The view to be displayed in the export dialog.
The GSFont object is assigned the the plugin prior to the export.
The group ID defines the position of the exporter in the toolbar of the export window.
The interface version.
The title of the plugin.
The name of the icon for the tab bar.
The name in the toolbar of the export window.
Instance Methods
Implement this if you support cancel
Exports a Font object. This function should ask the user for the place to save the store the font.
Reads a Font object from the specified URL.
Import some Data into the existing Font object
do main initializations
is called by the app when there could be a progress window.
Saves a Font object to the specified URL.