slackbuilds_ponce/libraries/ftgl
dsomero 687c78d560 various: Fix SlackBuild formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:34:22 -05:00
..
patches libraries/ftgl: Avoid building pdf docs (seems broken ATM). 2013-11-06 00:53:27 -06:00
ftgl.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
ftgl.SlackBuild various: Fix SlackBuild formatting and comment nit picks. 2013-11-22 02:34:22 -05:00
README
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

FTGL is a font rendering library for OpenGL applications.

FTGL is a free, open source library to enable developers to use
arbitrary fonts in their OpenGL (www.opengl.org) applications.
Unlike other OpenGL font libraries FTGL uses standard font file
formats so doesn't need a preprocessing step to convert the high
quality font data into a lesser quality, proprietary format.
FTGL uses the Freetype (www.freetype.org) font library to open and
'decode' the fonts. It then takes that output and stores it in a
format most efficient for OpenGL rendering.