PKGBUILDs/freetype2/mingw-w64/0002-Enable-infinality-subp...

31 lines
1.3 KiB
Diff
Raw Normal View History

2019-03-15 23:07:57 +01:00
From fbeffd53c40de0932b1e9ef32ca4f30b7e1aeea2 Mon Sep 17 00:00:00 2001
Message-Id: <fbeffd53c40de0932b1e9ef32ca4f30b7e1aeea2.1552648361.git.jan.steffens@gmail.com>
In-Reply-To: <b609203df7333beea20dbfd604262a9486f01497.1552648361.git.jan.steffens@gmail.com>
References: <b609203df7333beea20dbfd604262a9486f01497.1552648361.git.jan.steffens@gmail.com>
2018-01-11 16:32:56 +01:00
From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
Date: Mon, 29 Aug 2016 08:43:10 +0200
Subject: [PATCH 2/4] Enable infinality subpixel hinting
---
include/freetype/config/ftoption.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
2019-03-15 23:07:57 +01:00
index 12f47a82e..1d4469a99 100644
2018-01-11 16:32:56 +01:00
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
2018-06-07 20:04:02 +02:00
@@ -658,8 +658,8 @@ FT_BEGIN_HEADER
2019-03-15 23:07:57 +01:00
* https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
*/
2018-01-11 16:32:56 +01: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 */
2019-03-15 23:07:57 +01:00
+#define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 )
2018-01-11 16:32:56 +01:00
2019-03-15 23:07:57 +01:00
/**************************************************************************
2018-01-11 16:32:56 +01:00
--
2019-03-15 23:07:57 +01:00
2.21.0
2018-01-11 16:32:56 +01:00