summarylogtreecommitdiffstats
path: root/0003-Enable-infinality-subpixel-hinting.patch
diff options
context:
space:
mode:
authorjeckhack2017-10-31 05:33:21 +0300
committerjeckhack2017-10-31 05:33:21 +0300
commit1197b8f9b416cb2b630eb5fa94d1fe7201b50582 (patch)
treec49e0750354cc6299d95332aa7a499ff53ff3483 /0003-Enable-infinality-subpixel-hinting.patch
parent48d500988a26523fd4193b792cfa9f5be022f221 (diff)
downloadaur-1197b8f9b416cb2b630eb5fa94d1fe7201b50582.tar.gz
Update to 2.8.1
Diffstat (limited to '0003-Enable-infinality-subpixel-hinting.patch')
-rw-r--r--0003-Enable-infinality-subpixel-hinting.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/0003-Enable-infinality-subpixel-hinting.patch b/0003-Enable-infinality-subpixel-hinting.patch
new file mode 100644
index 000000000000..b8f74de22e97
--- /dev/null
+++ b/0003-Enable-infinality-subpixel-hinting.patch
@@ -0,0 +1,27 @@
+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
+