FTGL is an open source C library for rendering TrueType fonts in OpenGL. It is inspired by GLTT, but is instead based on the new(er) FreeType2 API.
FTGL supports all the following rendering types:
· Outline
· Polygonal
· Texture mapped
· Bitmapped
· Antialiased pixmapped
What's New in 2.1.2 Stable Release:
· Changed the way the colour is specified for Pixmap fonts. It can now be done per string rather than at start up as previous.
· Fixed a couple of compilation errors caused by the new FTPoint stuff, mostly...
· More const correctness. It's like a virus!
Product's homepage