ref: 87e4b339a3782f1e5dd230e4cdcd393441fc4891
parent: 26bb2e27d1bd4d754833e803d6084d2b6aae1de5
author: David Turner <[email protected]>
date: Wed Sep 27 04:45:49 EDT 2006
* modules.cfg: adding ftlcdfil.c to the list of default base extensions
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,9 @@
* src/base/Jamfile, src/base/rules.mk, vms_make.com: adding
'ftlcdfil.c' to the list of compiled source files
+ * modules.cfg: adding ftlcdfil.c to the list of default base
+ extensions
+
2006-09-26 David Bustin
* src/pfr/pfrobjs.c (pfr_face_get_kerning): Skip adjustment bytes
--- a/modules.cfg
+++ b/modules.cfg
@@ -155,7 +155,7 @@
# Utility functions for converting 1bpp, 2bpp, 4bpp, and 8bpp bitmaps into
# 8bpp format, and for emboldening of bitmap glyphs..
#
-# See include/freetype/ftbitmap.h for the API.
+# See include/freetype/ftbitmap.h for the API.
BASE_EXTENSIONS += ftbitmap.c
# Convenience functions to handle glyphs.
@@ -210,6 +210,11 @@
#
# See include/freetype/ftxf86.h for the API.
BASE_EXTENSIONS += ftxf86.c
+
+# Support for LCD color filtering of subpixel bitmaps
+#
+# See include/freetype/ftlcdfil.h for the API.
+BASE_EXTENSIONS += ftlcdfil.c
####