Text to screen, avoiding camera

I’m trying to print text to my window, but I’m only being successful using glutBitmapCharacter(…) placing chr’s in the environment. I’d like to print text to the window that is independant of my camera (which rotates about a set point).

Any help would be appreciated.

simply render the text before transforming the camera