summaryrefslogtreecommitdiffstats
path: root/libraries/ftgl/README
diff options
context:
space:
mode:
author Niklas Nille Åkerström <nille_kungen[AT]hotmail.com>2010-05-11 22:53:59 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-11 22:53:59 +0200
commitb59896866f279e6f536a95f7b8c7b53d4bf4abf6 (patch)
treea141cfdc11b2427cb5eeab2c55675d96f96f71cd /libraries/ftgl/README
parentcde6e7e7d1135f42f2c80dcc73f973c99070024b (diff)
downloadslackbuilds-b59896866f279e6f536a95f7b8c7b53d4bf4abf6.tar.gz
slackbuilds-b59896866f279e6f536a95f7b8c7b53d4bf4abf6.tar.xz
libraries/ftgl: Added to 12.1 repository
Diffstat (limited to 'libraries/ftgl/README')
-rw-r--r--libraries/ftgl/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/ftgl/README b/libraries/ftgl/README
new file mode 100644
index 0000000000..38ead6cc5e
--- /dev/null
+++ b/libraries/ftgl/README
@@ -0,0 +1,10 @@
+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.