When I scale it, it become rough and blurry around the edges like in the screenshot (the text is scaled by 2 on X and Y). I use
Code: Select all
love.graphics.print("Choose your preferred background colour", (love.graphics.getWidth()/2)-135, 100, 0, 2, 2)
Is there anything that I'm missing?
Should I be using a different function?
Is my font formatted improperly?
(I'm using the arial.ttf font, which is bundled with windows)