how to display text

plz tell me how to display text in opengl draw window… and how to postion , size, change font parameters etc…
appu

Use wglUseFontBitmaps…
Tutorial : http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=13

There are many diffrent ways to display text in an openGL window, each has it own advantage.

NeHe site: nehe.gamedev.net, goes over 4 diffrent ways to display text. You can look at his examples and see what would work best for your application.

Originally posted by appoose:
plz tell me how to display text in opengl draw window… and how to postion , size, change font parameters etc…
appu