blob: d7a52dbf29d517c68f6de943a838c1e2909500dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- ./include/freetype/config/ftoption.h.orig 2016-12-11 00:53:49.000000000 -0600
+++ ./include/freetype/config/ftoption.h 2017-04-26 16:14:07.214503123 -0500
@@ -675,8 +675,8 @@
/* [1] http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx */
/* */
/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 1 */
-#define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2
-/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 ) */
+/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2 */
+#define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 )
/*************************************************************************/
|