Is there anything you have to glEnable for glutBitmapCharacter to work? Because when I use that function, nothing shows up on the screen.
At the moment this is how I'm trying to draw: glutBitmapCharacter(GLUT_BITMAP_TIMES_ROMAN_24, 'A');
These are the things I've enabled:
glEnable(GL_DEPTH_TEST);
glEnable(GL_TEXTURE_2D);