--Create the graphics context
context=Context:Create(window,0)
local font = Font:Load("Fonts/SOTRD.ttf",36)
context:SetFont(font)
context:SetScale(1,1)
if context==nil then return end
I have this in my main.lua but how do I now change the font size ?
when I change the Context Scale it changes the window , too but I only want to change the font size