GLBasic forum

Main forum => Bug Reports => Topic started by: MrTAToad on 2009-Aug-28

Title: X_PRINT displaying invalid text
Post by: MrTAToad on 2009-Aug-28
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 :

Code (glbasic) Select
X_PRINT "HELLO",0.0,0.0,0.0,1.0
and
Code (glbasic) Select
PRINT "HELLO",0,0

The text displays properly if a scale value of 0.0 is used...