Running the code below, use Q and A keys to change the width of the font. When the font gets down to a certain width, it's vertical resolution jumps from normal to bloktastic. Is this a bug?
The font I was using...
<EDIT> Last link wasn't a free one. This is...
www.searchfreefonts.com/fonts/j7.htm
It's the top font on the page.
Graphics 800,600,32,60 font:TimageFont=LoadImageFont("Jedi Normal.ttf",48) SetImageFont(font) SetBlend ALPHABLEND sx#=1.0 Repeat Cls If KeyDown(KEY_Q) sx:+0.001 If KeyDown(KEY_A) sx:-0.001 SetScale sx,1.0 DrawText "hellooOO!!",100,100 Flip Until KeyHit(KEY_ESCAPE)
The font I was using...
<EDIT> Last link wasn't a free one. This is...
www.searchfreefonts.com/fonts/j7.htm
It's the top font on the page.