Text in OpenGL?

How do I have OpenGL rasterize text for me? All I need is 2-D characters, nothing fancy, but I can’t seem to find out how to do it. Thanks in advance for your replies!

You can load a texture with all characters inside and displaying the character you want using texture coordinates and display lists

search for “textured quads”