Declaration

var undoManager: UndoManager? { get }

Declaration

@property (nonatomic, readonly) NSUndoManager * undoManager;

Declaration

undoManager() -> NSUndoManager

Discussion

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