summarylogtreecommitdiffstats
path: root/0003-Enable-infinality-subpixel-hinting.patch
diff options
context:
space:
mode:
authorjeckhack2018-02-07 15:44:51 +0300
committerjeckhack2018-02-07 15:44:51 +0300
commit2d8f123859f3d1ab021d5657eca8a8a148e7d0ea (patch)
treedefa1e7bc3d382468b8843ab66707e75c72b7777 /0003-Enable-infinality-subpixel-hinting.patch
parentab109427ed8e4b57f1644993f2d85de5721df3e2 (diff)
downloadaur-2d8f123859f3d1ab021d5657eca8a8a148e7d0ea.tar.gz
Updated to 2.9
Diffstat (limited to '0003-Enable-infinality-subpixel-hinting.patch')
-rw-r--r--0003-Enable-infinality-subpixel-hinting.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/0003-Enable-infinality-subpixel-hinting.patch b/0003-Enable-infinality-subpixel-hinting.patch
deleted file mode 100644
index b8f74de22e97..000000000000
--- a/0003-Enable-infinality-subpixel-hinting.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 239cd8209c8d15a641d4548d386aeae4853b7d23 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
-Date: Mon, 29 Aug 2016 08:43:10 +0200
-Subject: [PATCH 3/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 1126716626b570df..ebb44acdbbef9a47 100644
---- a/include/freetype/config/ftoption.h
-+++ b/include/freetype/config/ftoption.h
-@@ -684,8 +684,8 @@ FT_BEGIN_HEADER
- /* [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 )
-
-
- /*************************************************************************/
---
-2.13.0
-