Slight problem with X_PRINT.
As you can see from the picture, using X_PRINT (text in the centre), produces different text to the standard PRINT text - both using the same font.
http://i475.photobucket.com/albums/rr115/MrTAToad/Untitled-3.jpg (http://i475.photobucket.com/albums/rr115/MrTAToad/Untitled-3.jpg)
I'm using :
X_PRINT "HELLO",0.0,0.0,0.0,1.0
and
PRINT "HELLO",0,0
The text displays properly if a scale value of 0.0 is used...