PopFont
Restore the previous font for this coroutine.
Syntax
Susano.PopFont() -> booleanParameters
Return(s)
Behavior
Example(s)
Susano.PushFont(id)
-- draw...
local ok = Susano.PopFont()Last updated
Restore the previous font for this coroutine.
Susano.PopFont() -> booleanSusano.PushFont(id)
-- draw...
local ok = Susano.PopFont()Last updated