This is an OpenGL font library that uses FreeType 2.0.
We are inspired by the TK font interface.
To use the font library, first you need to tell it where the font directories are oglft::addFontDir(). Once you have done so, you may save and restore the font information with saveFontInfo() and restoreFontInfo() respectively.
To draw with a font, you first need to set the OpenGL context, typically by creating an OpenGL-enabled Window. Then get a Font object, then legal names are found by listFonts(). Then you need a oglft Context which it used to setup various OpenGL state before drawing. Then draw all of your text and release the Context.
