🔡 simple library/example for using Freetype fonts within OpenGL
Go to file
2016-10-16 00:34:28 -04:00
GLFT_Font.cpp fix clang warning on std::max 2016-10-06 23:50:01 -04:00
GLFT_Font.hpp OSX build options 2016-10-06 23:46:48 -04:00
LICENSE add LICENSE for GitHub to pick up 2016-10-16 00:32:58 -04:00
Makefile fix clang warning on std::max 2016-10-06 23:50:01 -04:00
README Update README 2016-10-16 00:34:28 -04:00
test.cpp point at polimath and other changes 2008-12-12 00:31:14 -05:00

GLFT_Font
  by James Turk (james.p.turk@gmail.com)
  Based on work by Marijn Haverbeke (http://marijn.haverbeke.nl)

Version 0.2.2 - Released 28 February 2011 - Fixed linux compilation.
Version 0.2.1 - Released 2 March 2008 - Updated contact information.
Version 0.2.0 - Released 18 July 2005 - Added beginDraw/endDraw, 
                                       Changed vsprintf to vsnprintf
Version 0.1.0 - Released  1 July 2005 - Initial Release