Quote:
Originally posted by mcgrue
weird. I never knew there was a Fontwidth. Did you add that, ovk?
No... well... That'd be kind of pointless seeing as the width of the font can already be retreived.
Here's how I know it hasn't been added:
Could not resolve identifier FontWidth
However! TextWidth() works just fine. It works on both variable width and fixed width fonts. Alternatively store the width of your font in a variable if you want a speedier and less ugly way for fixed-width text.
Hm, as an aside, seems the size of a space is 60% of the font's actual width in variable width mode. Interesting.