summaryrefslogtreecommitdiff
path: root/modules.cfg
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2007-07-16 20:46:05 +0000
committerWerner Lemberg <wl@gnu.org>2007-07-16 20:46:05 +0000
commitef915c36f45ee58c5b6b09814d13d918563aa1b3 (patch)
tree14e4b23a5e6519ba581331afe97e4748ef2f8986 /modules.cfg
parent2f10956744dd32fc4bc5e427ab5425f87ba7feb5 (diff)
downloadfreetype2-ef915c36f45ee58c5b6b09814d13d918563aa1b3.tar.gz
* docs/CHANGES: Updated.
Add new service for getting the ROS from a CID font. * include/freetype/config/ftheader.h (FT_CID_H): New macro. * include/freetype/ftcid.h: New file. * include/freetype/internal/ftserv.h (FT_SERVIVE_CID_H): New macro. * include/freetype/internal/services/svcid.h: New file. * src/base/ftcid.c: New file. * src/cff/cffdrivr.c: Include FT_SERVICE_CID_H. (cff_get_ros): New function. (cff_service_cid_info): New service structure. (cff_services): Register it. * src/cff/cffload.c (cff_font_done): Free registry and ordering. * src/cff/cfftypes.h (CFF_FontRec): Add `registry' and `ordering'. * modules.cfg (BASE_EXTENSIONS): Add ftcid.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 6d8a95eac..525866adb 100644
--- a/modules.cfg
+++ b/modules.cfg
@@ -152,6 +152,11 @@ BASE_EXTENSIONS += ftbbox.c
# See include/freetype/ftbdf.h for the API.
BASE_EXTENSIONS += ftbdf.c
+# Access CID font information.
+#
+# See include/freetype/ftcid.h for the API.
+BASE_EXTENSIONS += ftcid.c
+
# Utility functions for converting 1bpp, 2bpp, 4bpp, and 8bpp bitmaps into
# 8bpp format, and for emboldening of bitmap glyphs.
#