** I have figured it out, it was because I did not fully define the fonts.

I.E.

font font1 = "Arial"; //wrong!
font font2 = "Arial", 0, 15; //correct!


hello, all i am trying to do is display the player's score but, whenever i use digits(....) it says it cant find the font.

how can i use the predefined windows fonts? .ttf

I created a path to the font directory but still doesnt work.

I tried the "*" character for the default font but that did not work either.

by the way, I am using A6.

Last edited by hungryhobo; 01/10/10 20:31.