easiest way to put text on OpenGL viewport?

I need to troubleshoot my program, so I need to watch the status of variables as the program runs. So is there a way to display simple text characters on the openGL viewport without much work?

Try using wglUseFontBitmaps(), it’s the easiest way I know…