summarylogtreecommitdiffstats
path: root/0003-Enable-infinality-subpixel-hinting.patch
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2023-06-24 21:18:43 +0000
committerJan Alexander Steffens (heftig)2023-06-24 21:37:59 +0000
commit3cfda0b6cc8cde867547e4eb4c16b200875b75c5 (patch)
treeb12922c6b2521a20c8534240af23f4014e0fcfd7 /0003-Enable-infinality-subpixel-hinting.patch
parenta67ef87349475e3008690cf638d09879c4d2610c (diff)
downloadaur-freetype2-git.tar.gz
2.13.1+p0+ge4586d960-1: Sync with testing, unbreak build
Diffstat (limited to '0003-Enable-infinality-subpixel-hinting.patch')
-rw-r--r--0003-Enable-infinality-subpixel-hinting.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/0003-Enable-infinality-subpixel-hinting.patch b/0003-Enable-infinality-subpixel-hinting.patch
deleted file mode 100644
index eee5e3ee703b..000000000000
--- a/0003-Enable-infinality-subpixel-hinting.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 0000000000000000000000000000000000000000 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] 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 77d6efb2e5f2..c33c51eeb2e7 100644
---- a/include/freetype/config/ftoption.h
-+++ b/include/freetype/config/ftoption.h
-@@ -706,8 +706,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 )
-
-
- /**************************************************************************