nanovg-0.6.0.0: Haskell bindings for nanovg
NanoVG.Internal.State
save :: Context -> IO () Source #
Pushes and saves the current render state into a state stack.
A matching restore must be used to restore the state.
restore
restore :: Context -> IO () Source #
Pops and restores current render state.
reset :: Context -> IO () Source #
Resets current render state to default values. Does not affect the render state stack.
save'_ :: Context -> IO () Source #
restore'_ :: Context -> IO () Source #
reset'_ :: Context -> IO () Source #