Character Drawing In OpenGL

Hi all I’m a newbie to OpenGL. Just read the OpenGL SuperBible. They taught me a way to draw characters on an OpenGL scene (Chapter 7). But I find it very troublesome. So is there any easier way? I can’t imagine the effort needed just to write some character strings on screen. Printf in C is so easy to use. I’m using Windows platform.

Thanks in advance.