Is there easy way to display characters with OpenGL?

The only way I know now is to use bitmap…
Thank you!

Originally posted by earth_walker:
The only way I know now is to use bitmap…
Thank you!

For win32,There are functions wglUseFontBitmaps and wglUseFontOutlines you can use .google them on how to use them.Nehe.gamedev.net
also has wonderful tutorial about the font

[This message has been edited by RunningRabbit (edited 06-20-2003).]

Texture mapped fonts are usually faster.
Look at NeHe… (as above)

yaro

Originally posted by RunningRabbit:
[b]
For win32,There are functions wglUseFontBitmaps and wglUseFontOutlines you can use .google them on how to use them.Nehe.gamedev.net
also has wonderful tutorial about the font

[This message has been edited by RunningRabbit (edited 06-20-2003).][/b]

Thank you! I’m going to read the function.