|
|
|
@ -155,7 +155,7 @@ BASE_EXTENSIONS += ftbdf.c |
|
|
|
|
# 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. |
|
|
|
@ -211,6 +211,11 @@ BASE_EXTENSIONS += ftwinfnt.c |
|
|
|
|
# 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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### |
|
|
|
|
#### The components `ftsystem.c' (for memory allocation and stream I/O |
|
|
|
|