summaryrefslogtreecommitdiffstats
path: root/source/l/freetype/freetype.compile.both.subpixel.hinting.methods.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/freetype/freetype.compile.both.subpixel.hinting.methods.diff')
-rw-r--r--source/l/freetype/freetype.compile.both.subpixel.hinting.methods.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/l/freetype/freetype.compile.both.subpixel.hinting.methods.diff b/source/l/freetype/freetype.compile.both.subpixel.hinting.methods.diff
new file mode 100644
index 000000000..d7a52dbf2
--- /dev/null
+++ b/source/l/freetype/freetype.compile.both.subpixel.hinting.methods.diff
@@ -0,0 +1,13 @@
+--- ./include/freetype/config/ftoption.h.orig 2016-12-11 00:53:49.000000000 -0600
++++ ./include/freetype/config/ftoption.h 2017-04-26 16:14:07.214503123 -0500
+@@ -675,8 +675,8 @@
+ /* [1] http://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 )
+
+
+ /*************************************************************************/