Instance Property
undoManager
The undo manager used for font-level changes, or nil when no document provides one.
Declaration
var undoManager: UndoManager? { get }Declaration
@property (nonatomic, readonly) NSUndoManager * undoManager;Declaration
undoManager() -> NSUndoManagerDiscussion
Glyphs keep their own undo managers. Use disableUndo()disableUndodisableUndo and enableUndo()enableUndoenableUndo when undo registration must be changed for the font and all glyphs.
See Also
Undo
Disables undo registration for the font and its glyphs.
Enables undo registration for the font and its glyphs.