diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-17 09:03:29 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-17 09:03:29 +0000 |
commit | 3c886e8649b87e2f75e5cd6cbe2a05dc11e3615c (patch) | |
tree | 23fffc94d79159d6683e8bc13797d68f2fbaec6f /graphics/ftgl/pkg-descr | |
parent | 4a679540515edc1bef69219f05edd1ff3aced7c1 (diff) |
Notes
Diffstat (limited to 'graphics/ftgl/pkg-descr')
-rw-r--r-- | graphics/ftgl/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/ftgl/pkg-descr b/graphics/ftgl/pkg-descr new file mode 100644 index 000000000000..d996a8f11802 --- /dev/null +++ b/graphics/ftgl/pkg-descr @@ -0,0 +1,12 @@ +FTGL is a free open source library to enable developers to use arbitrary +fonts in their OpenGL 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. + +WWW: http://homepages.paradise.net.nz/henryj/ + +- Igor Pokrovsky +tiamat@comset.net |