PushFont
Make a previously loaded font the current font for this coroutine.
Last updated
Make a previously loaded font the current font for this coroutine.
Last updated
local id = Susano.LoadFont("C:/Windows/Fonts/RAVIE.TTF", 30)
Susano.PushFont(id)
Susano.DrawText(100, 100, "RAVIE @ native", 0, 1,1,1,1)
Susano.PopFont()