PopFont

Restore the previous font for this coroutine.

Syntax

Susano.PopFont() -> boolean

Parameters

None

Return(s)

popped (boolean): true if a font was popped, false if the stack was empty.

Behavior

Pops one entry from the per-coroutine font stack.

No effect if the stack is already empty.

Example(s)

Susano.PushFont(id)
-- draw...
local ok = Susano.PopFont()

Last updated