aboutsummaryrefslogtreecommitdiffstats
path: root/main/freetype/0003-Enable-infinality-subpixel-hinting.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-10-06 10:07:22 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-10-06 10:07:22 +0200
commit0f77e27847d948d19207d102be92113a17b5606d (patch)
treeb3bf5155e7bd8d2ed46ef63fbcb1dd1f3bce3d17 /main/freetype/0003-Enable-infinality-subpixel-hinting.patch
parent2b02e7a43bb060e7b677938a42271dc05e7dbcdb (diff)
downloadaports-0f77e27847d948d19207d102be92113a17b5606d.tar.bz2
aports-0f77e27847d948d19207d102be92113a17b5606d.tar.xz
main/freetype: upgrade to 2.7
This introduces buildin infinality font rendering thus removing the infinality patchset
Diffstat (limited to 'main/freetype/0003-Enable-infinality-subpixel-hinting.patch')
-rw-r--r--main/freetype/0003-Enable-infinality-subpixel-hinting.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/main/freetype/0003-Enable-infinality-subpixel-hinting.patch b/main/freetype/0003-Enable-infinality-subpixel-hinting.patch
new file mode 100644
index 0000000000..bbfa2a2cd8
--- /dev/null
+++ b/main/freetype/0003-Enable-infinality-subpixel-hinting.patch
@@ -0,0 +1,27 @@
+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
+