summarylogtreecommitdiffstats
path: root/0003-Enable-v35-subpixel-hinting.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-Enable-v35-subpixel-hinting.patch')
-rw-r--r--0003-Enable-v35-subpixel-hinting.patch16
1 files changed, 7 insertions, 9 deletions
diff --git a/0003-Enable-v35-subpixel-hinting.patch b/0003-Enable-v35-subpixel-hinting.patch
index 714565b71970..c025e0efdea6 100644
--- a/0003-Enable-v35-subpixel-hinting.patch
+++ b/0003-Enable-v35-subpixel-hinting.patch
@@ -1,14 +1,12 @@
-diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
-index 67a361dd41e0b026..c4812862518b66a6 100644
---- a/include/freetype/config/ftoption.h
-+++ b/include/freetype/config/ftoption.h
-@@ -675,8 +675,8 @@ FT_BEGIN_HEADER
- /* [1] http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx */
- /* */
+diff -pudr a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
+--- a/include/freetype/config/ftoption.h 2019-03-21 12:46:59.724994096 +0300
++++ b/include/freetype/config/ftoption.h 2019-03-21 12:47:29.256015057 +0300
+@@ -658,7 +658,7 @@ 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 2 */
++/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2 */
/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 ) */
- /*************************************************************************/