summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-05-28 11:40:24 -0400
committerSolomon Choina2019-05-28 11:40:24 -0400
commitc884d333c07428f35c6b1c777dd7d026056b71c4 (patch)
tree2e8d0eacdcf1c8a03814f68585c175254d66a5da
parent5e316a59a7a07ce4d5e3aa5b67916dc82c0dd468 (diff)
downloadaur-c884d333c07428f35c6b1c777dd7d026056b71c4.tar.gz
merging the ultimate and the normal
-rw-r--r--0002-Enable-infinality-subpixel-hinting.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/0002-Enable-infinality-subpixel-hinting.patch b/0002-Enable-infinality-subpixel-hinting.patch
deleted file mode 100644
index 22a19a6463ee..000000000000
--- a/0002-Enable-infinality-subpixel-hinting.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-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>
-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 12f47a82e..1d4469a99 100644
---- a/include/freetype/config/ftoption.h
-+++ b/include/freetype/config/ftoption.h
-@@ -658,8 +658,8 @@ FT_BEGIN_HEADER
- * 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.21.0
-