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

28 lines
1.1 KiB
Diff
Raw Normal View History

2017-09-17 20:04:52 +02:00
From 239cd8209c8d15a641d4548d386aeae4853b7d23 Mon Sep 17 00:00:00 2001
2016-09-23 17:21:14 +02:00
From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
Date: Mon, 29 Aug 2016 08:43:10 +0200
2017-09-17 20:04:52 +02:00
Subject: [PATCH 3/4] Enable infinality subpixel hinting
2016-09-23 17:21:14 +02:00
---
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
2017-09-17 20:04:52 +02:00
index 1126716626b570df..ebb44acdbbef9a47 100644
2016-09-23 17:21:14 +02:00
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
2017-09-17 20:04:52 +02:00
@@ -684,8 +684,8 @@ FT_BEGIN_HEADER
2016-09-23 17:21:14 +02:00
/* [1] http://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 )
/*************************************************************************/
--
2017-09-17 20:04:52 +02:00
2.13.0
2016-09-23 17:21:14 +02:00