Fonts

What’s the best way to add new fonts to your openGL project?

Does anyone have any links to tutorials on how to do this?

Is it possible to download other fonts?

Thanks in advance for any help!

Hi Randy, there is many way to use fonts through OpenGL
_Windows font (via Win32 fonts)
_bitmap font (via a bmp)
_3D font (via 3D models)

There is some tutorials on NeHe OpenGL web page
check it out

hope that helps