summaryrefslogtreecommitdiff
path: root/modules.cfg
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2007-01-08 15:15:32 +0000
committerDavid Turner <david@freetype.org>2007-01-08 15:15:32 +0000
commitf48b60ed59b3de5b08d8139ba8c3cfc662b7615a (patch)
treed1d88a3ed453959e8ee599a55d25600c9fe007cb /modules.cfg
parentb8004d2e884fe0315a0bf072964356a126a5a016 (diff)
downloadfreetype2-f48b60ed59b3de5b08d8139ba8c3cfc662b7615a.tar.gz
* include/freetype/ftgasp.h, src/base/ftgasp.c: adding a
new API FT_Get_Gasp to return entries of the GASP table corresponding to a given character pixel size. * src/sfnt/ttload.c: add version check for the GASP table, in order to be better future-proof * include/freetype/config/ftheader.h: add definition of FT_GASP_H, corresponding to <freetype/ftgasp.h> * src/base/rules.mk, src/base/Jamfile, modules.cfg, builds/win32/visualc/freetype.dsp, builds/win32/visualc/freetype.vcproj: Adding src/base/ftgasp.c to the default build
Diffstat (limited to 'modules.cfg')
-rw-r--r--modules.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules.cfg b/modules.cfg
index 26a750669..6c924c07b 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -216,6 +216,10 @@ BASE_EXTENSIONS += ftxf86.c
# See include/freetype/ftlcdfil.h for the API.
BASE_EXTENSIONS += ftlcdfil.c
+# Support for GASP table queries
+#
+# See include/freetype/ftgasp.h for the API
+BASE_EXTENSIONS += ftgasp.c
####
#### The components `ftsystem.c' (for memory allocation and stream I/O