freetype2/enable-subpixel-rendering.patch

14 lines
592 B
Diff

Index: freetype-2.11.0/include/freetype/config/ftoption.h
===================================================================
--- freetype-2.11.0.orig/include/freetype/config/ftoption.h
+++ freetype-2.11.0/include/freetype/config/ftoption.h
@@ -123,7 +123,7 @@ FT_BEGIN_HEADER
* 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
/**************************************************************************