wok diff ftgl/description.txt @ rev 24695
advancecomp: CVE-2019-8383 & CVE-2019-9210
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 13 15:13:28 2022 +0000 (2022-03-13) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ftgl/description.txt Sun Mar 13 15:13:28 2022 +0000 1.3 @@ -0,0 +1,10 @@ 1.4 +FTGL is a free open source library to enable developers to use arbitrary 1.5 +fonts in their OpenGL (www.opengl.org) applications. 1.6 + 1.7 +Unlike other OpenGL font libraries FTGL uses standard font file formats 1.8 +so doesn't need a preprocessing step to convert the high quality font data 1.9 +into a lesser quality, proprietary format. 1.10 + 1.11 +FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' 1.12 +the fonts. It then takes that output and stores it in a format most efficient 1.13 +for OpenGL rendering.