2019-06-24 07:26:24 +00:00
|
|
|
Index: freetype-2.10.0/include/freetype/config/ftoption.h
|
2018-10-27 11:50:53 +00:00
|
|
|
===================================================================
|
2019-06-24 07:26:24 +00:00
|
|
|
--- freetype-2.10.0.orig/include/freetype/config/ftoption.h
|
|
|
|
+++ freetype-2.10.0/include/freetype/config/ftoption.h
|
2018-10-27 11:56:04 +00:00
|
|
|
@@ -658,8 +658,8 @@ FT_BEGIN_HEADER
|
2019-06-24 07:26:24 +00:00
|
|
|
* https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
|
|
|
|
*/
|
2018-10-27 11:50:53 +00:00
|
|
|
/* #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 )
|
|
|
|
|
|
|
|
|
2019-06-24 07:26:24 +00:00
|
|
|
/**************************************************************************
|