summaryrefslogtreecommitdiff
path: root/freetype/0003-Enable-infinality-subpixel-hinting.patch
blob: d2369893a92b913573299378ceee59e50305b17a (plain)
    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
    5 
    6 ---
    7  include/freetype/config/ftoption.h | 4 ++--
    8  1 file changed, 2 insertions(+), 2 deletions(-)
    9 
   10 diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
   11 index e5de62e35..acb4d6d6a 100644
   12 --- a/include/freetype/config/ftoption.h
   13 +++ b/include/freetype/config/ftoption.h
   14 @@ -672,8 +672,8 @@ FT_BEGIN_HEADER
   15     * https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
   16     */
   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 )
   22  
   23  
   24    /**************************************************************************

Generated by cgit