summarylogtreecommitdiffstats
path: root/0002-Enable-infinality-subpixel-hinting.patch
diff options
context:
space:
mode:
authorMartchus2018-01-11 16:46:01 +0100
committerMartchus2018-01-11 16:46:01 +0100
commit7a26a37193e56f3be4caf50ab4daf23748ca1e34 (patch)
treef9eafaab7795a320a1583e7d598f3f6b56b714d5 /0002-Enable-infinality-subpixel-hinting.patch
parentaf2332efeaf0565fcceb1635fbcbb8087acd7281 (diff)
downloadaur-7a26a37193e56f3be4caf50ab4daf23748ca1e34.tar.gz
Update to 2.9
Diffstat (limited to '0002-Enable-infinality-subpixel-hinting.patch')
-rw-r--r--0002-Enable-infinality-subpixel-hinting.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/0002-Enable-infinality-subpixel-hinting.patch b/0002-Enable-infinality-subpixel-hinting.patch
new file mode 100644
index 000000000000..5f4391504bf8
--- /dev/null
+++ b/0002-Enable-infinality-subpixel-hinting.patch
@@ -0,0 +1,30 @@
+From 438b8c65e900d4c28db9eeb2a45e5998048eb471 Mon Sep 17 00:00:00 2001
+Message-Id: <438b8c65e900d4c28db9eeb2a45e5998048eb471.1513462508.git.jan.steffens@gmail.com>
+In-Reply-To: <c7a6a2312313a971089fb592deb8c476be4dca0f.1513462508.git.jan.steffens@gmail.com>
+References: <c7a6a2312313a971089fb592deb8c476be4dca0f.1513462508.git.jan.steffens@gmail.com>
+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
+index 06f3d50bb02fb5ac..e6f9720df9b5d004 100644
+--- a/include/freetype/config/ftoption.h
++++ b/include/freetype/config/ftoption.h
+@@ -654,8 +654,8 @@ FT_BEGIN_HEADER
+ /* [1] 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 )
+
+
+ /*************************************************************************/
+--
+2.15.1
+