summarylogtreecommitdiffstats
path: root/0002-Enable-subpixel-rendering.patch
diff options
context:
space:
mode:
authorFantix King2015-11-13 17:32:06 +0800
committerFantix King2015-11-13 17:32:06 +0800
commit18dce42bc67beede81d7d41232559150250d8dd0 (patch)
treecc29fc88fdff3f554dbf76e1ecac4a29afac2754 /0002-Enable-subpixel-rendering.patch
parente7ef62749a0e53a4cef6c869bc130444587df012 (diff)
downloadaur-18dce42bc67beede81d7d41232559150250d8dd0.tar.gz
2.6.1-1.1
Diffstat (limited to '0002-Enable-subpixel-rendering.patch')
-rw-r--r--0002-Enable-subpixel-rendering.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0002-Enable-subpixel-rendering.patch b/0002-Enable-subpixel-rendering.patch
new file mode 100644
index 000000000000..acc0475c0bd7
--- /dev/null
+++ b/0002-Enable-subpixel-rendering.patch
@@ -0,0 +1,25 @@
+From 27d96091b2bb0a825cbd62a332ef918f39c6126f Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
+Date: Tue, 23 Jun 2015 08:43:07 +0200
+Subject: [PATCH 2/4] Enable subpixel rendering
+
+---
+ include/freetype/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
+index 4970945..ab407e3 100644
+--- a/include/freetype/config/ftoption.h
++++ b/include/freetype/config/ftoption.h
+@@ -92,7 +92,7 @@ FT_BEGIN_HEADER
+ /* This is done to allow FreeType clients to run unmodified, forcing */
+ /* them to display normal gray-level anti-aliased glyphs. */
+ /* */
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+
+
+ /*************************************************************************/
+--
+2.6.0
+