1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
3 Date: Mon, 29 Aug 2016 08:43:10 +0200
4 Subject: [PATCH] Enable infinality subpixel hinting
7 include/freetype/config/ftoption.h | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
10 diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
11 index 6f853d403862..fc36a6db1e63 100644
12 --- a/include/freetype/config/ftoption.h
13 +++ b/include/freetype/config/ftoption.h
14 @@ -706,8 +706,8 @@ FT_BEGIN_HEADER
15 * https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
17 /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 1 */
18 -#define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2
19 -/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 ) */
20 +/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2 */
21 +#define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 )
24 /**************************************************************************