summarylogtreecommitdiffstats
path: root/0002-Enable-subpixel-rendering.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-02-14 16:10:12 -0300
committerGonzalo Exequiel Pedone2024-02-14 16:10:12 -0300
commitd7fcf3fb32e102ed5012fd7f6ff523c07deee2dc (patch)
treea79c6b3b8ec41f3d6961ef63d1bdd6a1b073aade /0002-Enable-subpixel-rendering.patch
downloadaur-android-armv7a-eabi-freetype2.tar.gz
New package.
Diffstat (limited to '0002-Enable-subpixel-rendering.patch')
-rw-r--r--0002-Enable-subpixel-rendering.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/0002-Enable-subpixel-rendering.patch b/0002-Enable-subpixel-rendering.patch
new file mode 100644
index 000000000000..95f40a306efa
--- /dev/null
+++ b/0002-Enable-subpixel-rendering.patch
@@ -0,0 +1,22 @@
+From 0000000000000000000000000000000000000000 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] 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 1976b33af959..b3425e55feec 100644
+--- a/include/freetype/config/ftoption.h
++++ b/include/freetype/config/ftoption.h
+@@ -123,7 +123,7 @@ FT_BEGIN_HEADER
+ * When this macro is not defined, FreeType offers alternative LCD
+ * rendering technology that produces excellent output.
+ */
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+
+
+ /**************************************************************************