Any way to draw text without antialiasing, so that i can use retrostyle ttf fonts ? Thanks!
-
drawString without AA
@romamik said:
ImageScaleQuality
Sorry, that makes no effect at all. Maybe that only affects image drawing ? Maybe it works only in the latest version ?
-
drawString without AA
Aye, that only affects image filtering. There's no option to disable antialiasing in the font renderer. Not even sure that would help with retro-style ttfs. The font renderer is based on stb_truetype, maybe you can find some hints in the depths of the internet and apply them to Kha (sources are in https://github.com/Kode/Kha/blob/master/Sources/kha/graphics2/truetype/StbTruetype.hx).