          MODULE=ftgl
         VERSION=2.4.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/frankheckenbach/ftgl/archive/v$VERSION.tar.gz
      SOURCE_VFY=sha256:aa97da1c3442a8fd3941037655df18016d70b5266381c81d81e8b5335f196ea8
        WEB_SITE=https://github.com/frankheckenbach/ftgl
         ENTERED=20060712
         UPDATED=20191127
           SHORT="font rendering library for OpenGL"

cat << EOF
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.

 Rendering modes supported are ;

Bit maps
Anti aliased pix maps
Texture maps
Outlines
Polygon meshes
Extruded polygon meshes
EOF
