summarylogtreecommitdiffstats
path: root/0003-Enable-subpixel-hinting.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-Enable-subpixel-hinting.patch')
-rw-r--r--0003-Enable-subpixel-hinting.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0003-Enable-subpixel-hinting.patch b/0003-Enable-subpixel-hinting.patch
new file mode 100644
index 000000000000..323d70cb7710
--- /dev/null
+++ b/0003-Enable-subpixel-hinting.patch
@@ -0,0 +1,25 @@
+From d9c87f10ce02b5622323bed419df0ea5ac746347 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
+Date: Tue, 23 Jun 2015 08:43:57 +0200
+Subject: [PATCH 3/4] Enable subpixel hinting
+
+---
+ include/freetype2/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype2/config/ftoption.h b/include/freetype2/config/ftoption.h
+index 17d6ba5..07b4211 100644
+--- a/include/freetype2/config/ftoption.h
++++ b/include/freetype2/config/ftoption.h
+@@ -602,7 +602,7 @@ FT_BEGIN_HEADER
+ /* This option requires TT_CONFIG_OPTION_BYTECODE_INTERPRETER to be */
+ /* defined. */
+ /* */
+-/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING */
++#define TT_CONFIG_OPTION_SUBPIXEL_HINTING
+
+
+ /*************************************************************************/
+--
+2.4.4
+