2016-07-13 07:45:41 +00:00
|
|
|
Index: freetype-2.6.5/include/freetype/config/ftoption.h
|
2010-11-01 08:41:59 +00:00
|
|
|
===================================================================
|
2016-07-13 07:45:41 +00:00
|
|
|
--- freetype-2.6.5.orig/include/freetype/config/ftoption.h
|
|
|
|
+++ freetype-2.6.5/include/freetype/config/ftoption.h
|
2012-12-20 16:06:24 +00:00
|
|
|
@@ -92,7 +92,7 @@ FT_BEGIN_HEADER
|
2007-08-23 23:05:25 +00:00
|
|
|
/* 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
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************/
|
2016-07-13 07:45:41 +00:00
|
|
|
@@ -631,7 +631,7 @@ FT_BEGIN_HEADER
|
|
|
|
/* [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 2
|
|
|
|
/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 ) */
|
|
|
|
|
|
|
|
|