Font Library.

For printing text to the screen using OpenGL.

Also includes an 8bit grayscale font.

Usage:

#include "font.h"

...

Font_Print(posx, posy, unsigned_int_for_texture_object, "string");