Instance Method
export(_:)exportFont:exportFont_
Exports a Font object. This function should ask the user for the place to save the store the font.
Declaration
func export(_ font: GSFont!)Declaration
- (void) exportFont:(GSFont *) font;Declaration
exportFont_(font: GSFont)Parameters
fontThe font to export.
Discussion
Eventually errors have to be presented by the plugin. Use [font.parent presentError:error];