summarylogtreecommitdiffstats
path: root/0002-Enable-subpixel-rendering.patch
blob: 34a533b5935b840bece7c2f2b62fdfe76b8b66da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -pudr a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
--- a/include/freetype/config/ftoption.h	2019-02-23 12:09:06.000000000 +0300
+++ b/include/freetype/config/ftoption.h	2019-03-21 12:44:40.553974923 +0300
@@ -126,7 +126,7 @@ FT_BEGIN_HEADER
    * macro is not defined, FreeType offers alternative LCD rendering
    * technology that produces excellent output without LCD filtering.
    */
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
+ #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
 
 
   /**************************************************************************