Dispay string

What is an OpenGL command to display a string at position (x, y)?
Thank you for your help.
M.K.

There is no such command in OpenGL. You either have to project the string onto a texture and then display it on a quad or use bitmap fonts. Look here : http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=13

cu
Tom

Or use vector fonts =P