Hey.
I've set up a font (.png) and correct subimages to it. Eg:
arial.png
&
arial subimages.txt Right next to it.
Now, when I use the font with AppGameKit, I basically not get the correct characters' positions (though I've checked, and they're set up correctly). For instance, instead of ! I get some rectangle took from somewhere off the set. Other characters usually don't display at all.
My code's as usual for that:
(Converted to BASIC)
arial_font = LoadImage("arial.png")
text_id = CreateText("Test")
SetTextFontImage(text_id,arial_font)
SetTextSize(text_id,20.0)
My image's dimensions are 512x512.
@EDIT
Nevermind. It was some weird problem, but I've had to re-arrange the image.