summaryrefslogtreecommitdiffstats
path: root/abs/core/freetype2/0003-Enable-infinality-subpixel-hinting.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-02-15 21:40:23 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-02-15 21:40:23 (GMT)
commit35c1974ef6a86f3b30c265aeafe3dfc6e81a0d73 (patch)
treecf732885dd8699502a97ea5d4542cbf1247709d7 /abs/core/freetype2/0003-Enable-infinality-subpixel-hinting.patch
parentfbab82f38f0aadb2bc01925f4de18e7daa27fdaf (diff)
downloadlinhes_pkgbuild-35c1974ef6a86f3b30c265aeafe3dfc6e81a0d73.zip
linhes_pkgbuild-35c1974ef6a86f3b30c265aeafe3dfc6e81a0d73.tar.gz
linhes_pkgbuild-35c1974ef6a86f3b30c265aeafe3dfc6e81a0d73.tar.bz2
freetype2: update to 2.9
Diffstat (limited to 'abs/core/freetype2/0003-Enable-infinality-subpixel-hinting.patch')
-rw-r--r--abs/core/freetype2/0003-Enable-infinality-subpixel-hinting.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/abs/core/freetype2/0003-Enable-infinality-subpixel-hinting.patch b/abs/core/freetype2/0003-Enable-infinality-subpixel-hinting.patch
deleted file mode 100644
index bbfa2a2..0000000
--- a/abs/core/freetype2/0003-Enable-infinality-subpixel-hinting.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 220e96a9a8d7aff6ad0f0f1aa12c79cdb563331c 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/3] 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 67a361dd41e0b026..c4812862518b66a6 100644
---- a/include/freetype/config/ftoption.h
-+++ b/include/freetype/config/ftoption.h
-@@ -675,8 +675,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.9.3
-