Index: freetype-2.12.1/include/freetype/config/ftoption.h =================================================================== --- freetype-2.12.1.orig/include/freetype/config/ftoption.h +++ freetype-2.12.1/include/freetype/config/ftoption.h @@ -706,8 +706,8 @@ FT_BEGIN_HEADER * https://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 ) /**************************************************************************