Haven't used it for a while, but I think it takes the ascii value in int form.
if you wan't to use variable use a char variable
char print ='0';
for(print = '0'; print != '9'; print++)
glutStrokeCharacter(GLUT_STROKE_MONO_ROMAN, print);
Also google the function, and you get a documentation, like
this Last edited by firstPerson; Sep 25th, 2009 at 7:21 pm.
Reputation Points: 840
Solved Threads: 594
Senior Poster
Offline 3,862 posts
since Dec 2008