TextLayouter.restoreState

The editor's internal state can be saved and restored as an opaque blob. You might use this to make undo checkpoints and similar.

Its implementation may use delta compression from a previous saved state, it will try to do this transparently for you to save memory.

class TextLayouter
void
restoreState
(
const(State)* state
)

Meta