Instance Method
fontDidOpen(_:)fontDidOpen:fontDidOpen_
This is called when a document is opened.
Declaration
func fontDidOpen(_ font: GSFont)Declaration
- (void) fontDidOpen:(GSFont *) font;Declaration
fontDidOpen_(font: GSFont)Parameters
fontThe font object that was opened
Discussion
Please don’t don’t take too long as this will let the use user wait.
To get to the path, use font.parent.fileURL.