Class
GSDocument
Declaration
class GSDocumentDeclaration
@interface GSDocument : NSDocumentDeclaration
class GSDocument(NSDocument)Topics
Instance Properties
nilwhen the document has no window controller, as is the case in a framework-only host.
Instance Methods
Reads a document of a type handled by a file format plug-in into the receiver.
Reads a Glyphs document, a Glyphs package, or an icon set into the receiver.
The file format plug-in class that reads
typeName, ornilwhen no plug-in handles that type.Prepares the font for being written to disk.
Whether changes to a file of the given type are tracked while the document is open.
Starts observing the document file for external changes.
Stops observing the document file for external changes.
Re-establishes the observers for the files inside a document package.
Type Methods
Topics
Instance Variables
Instance Properties
nilwhen the document has no window controller, as is the case in a framework-only host.
Instance Methods
Reads a document of a type handled by a file format plug-in into the receiver.
Reads a Glyphs document, a Glyphs package, or an icon set into the receiver.
The file format plug-in class that reads
typeName, ornilwhen no plug-in handles that type.Prepares the font for being written to disk.
Whether changes to a file of the given type are tracked while the document is open.
Starts observing the document file for external changes.
Stops observing the document file for external changes.
Re-establishes the observers for the files inside a document package.
Type Methods
Relationships
Inherits From
NSDocument
Conforms To
AppKit.NSEditorRegistrationAppKit.NSMenuItemValidationAppKit.NSUserActivityRestoringAppKit.NSUserInterfaceValidationsFoundation.NSFilePresenterObjectiveC.NSObjectProtocolSwift.CVarArgSwift.CustomDebugStringConvertibleSwift.CustomStringConvertibleSwift.EquatableSwift.Hashable
Relationships
Inherits From
NSDocument