summaryrefslogtreecommitdiff
path: root/modules.cfg
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2007-06-10 20:51:04 +0000
committerDavid Turner <david@freetype.org>2007-06-10 20:51:04 +0000
commit84c6f8811734faab5516216526aeba69d5541e63 (patch)
tree94579a1a585340a4267d3feaabe0c09bfe9e0e5b /modules.cfg
parent33db39e2923516e52975a13ccfd0cd129d3507ab (diff)
downloadfreetype2-84c6f8811734faab5516216526aeba69d5541e63.tar.gz
* include/freetype/config/ftoption.h: clarify documentation regarding
unpatented hinting * include/freetype/freetype.h, src/base/ftpatent.c, src/truetype/ttdriver.c, include/freetype/internal/services/svttglyf.h, modules.cfg,: include/freetype/internal/ftserv.h,: Fonts without a cmap must be handled correctly by FreeType (anything Adding the FT_Face_CheckTrueTypePatents API to FT_FREETYPE_H, it is implemented by the optional src/base/ftpatent.c
Diffstat (limited to 'modules.cfg')
-rw-r--r--modules.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules.cfg b/modules.cfg
index 747a9976c..2311aad9b 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -220,6 +220,11 @@ BASE_EXTENSIONS += ftlcdfil.c
# See include/freetype/ftgasp.h for the API.
BASE_EXTENSIONS += ftgasp.c
+# Support for FT_Face_CheckTrueTypePatents
+#
+# See include/freetype.h for the API.
+BASE_EXTENSIONS += ftpatent.c
+
####
#### The components `ftsystem.c' (for memory allocation and stream I/O
#### management) and `ftdebug.c' (for emitting debug messages to the user)