Make Text Resolution Higher?

Where can i set my text resolution higher :confused: when i play the game in fullscreen,the text resolution is low,and the text looks ugly :frowning:


run a this script on the text object(s)

import bge
cont = bge.logic.getCurrentController()
own = cont.owner
own.resolution = 10

Actually I think 10 is a bit high, but play with that value.

Also I thought this issue was fixed? What version are you using?

thanks, i was using blender 2.68.0

Just to throw in:
The 2.69 Rc release got this fixed