summarylogtreecommitdiffstats
path: root/0003-Enable-infinality-subpixel-hinting.patch
diff options
context:
space:
mode:
authorDominic2022-05-01 19:11:41 +0200
committerDominic2022-05-01 19:11:41 +0200
commita8cf24f8b8a1a230dda49ae9fd32b77938158422 (patch)
tree1d606cee1d426b7171d28ba5c1eabc21ee8ade5d /0003-Enable-infinality-subpixel-hinting.patch
downloadaur-mingw-w64-freetype2-static-bootstrap.tar.gz
mingw-w64-freetype2-static-bootstrap 2.12.1-1
Diffstat (limited to '0003-Enable-infinality-subpixel-hinting.patch')
-rw-r--r--0003-Enable-infinality-subpixel-hinting.patch24
1 files changed, 24 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..eee5e3ee703b
--- /dev/null
+++ b/0003-Enable-infinality-subpixel-hinting.patch
@@ -0,0 +1,24 @@
+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 )
+
+
+ /**************************************************************************