It looks like you're new here. If you want to get involved, click one of these buttons!
Likes: Johannes, Dikkesnoek, xhargh, alvinlim84, keszegh, bhou
Comments
If you're not using automatic screen scaling (or only using pixel perfect scaling), it's better to snap the rendered text at integer positions.
Otherwise it's better to use texture filtering like Font.new("font.txt", "font.png", true) to improve the quality but with some blurring.