I'd like to have some text in my OpenGL application. However, I'm using 3.1+, and all articles I found on the Internet use deprecated features, like display lists or glBitmap or (the worst case) GLUT.
What should I use on Win32 then? (except pre-written text in pre-made textures, of course)