1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Enable subpixel rendering to provide LCD colour filtering.
Author: Steve Langasek <vorlon@debian.org>
Forwarded: not-needed
Last-Update: 2021-10-07
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -123,7 +123,7 @@
* When this macro is not defined, FreeType offers alternative LCD
* rendering technology that produces excellent output.
*/
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
/**************************************************************************
|