Distorsion on text with virtual resolution ?

Monkey Forums/Monkey Bug Reports/Distorsion on text with virtual resolution ?

Rushino(Posted 2013) [#1]
Hello,

Just wanted to know what could cause this..
http://sdrv.ms/12zEcyU

It seem to be alright for other lines.. but for this specific one there is distorsion. Not a big deal but just to know if there a fast way to fix this.

Thanks!


ziggy(Posted 2013) [#2]
Have you tried to disable virtual resolution for text drawing operations? It looks like a mixture of rendering filtering and a float precision or rounding issue. Likely unable to avoid easily.
I suggest: PushMatrix, Reset matrix, drawtext and PopMatrix so text is not drawn scaled unless you REALLY need it.