I have this:
Code:
void * font=GLUT_BITMAP_8_BY_13;

		glutBitmapCharacter(font,'3');
		glRasterPos2f(2,2);
It compiles all fine but i dont see the text on screen, whats wrong?