Update to 2.6.5 - addresses regression of 2.6.4 (like gd test suite failure) OBS-URL: https://build.opensuse.org/request/show/408213 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=118
23 lines
1.1 KiB
Diff
23 lines
1.1 KiB
Diff
Index: freetype-2.6.5/include/freetype/config/ftoption.h
|
|
===================================================================
|
|
--- freetype-2.6.5.orig/include/freetype/config/ftoption.h
|
|
+++ freetype-2.6.5/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
|
|
|
|
|
|
/*************************************************************************/
|
|
@@ -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 ) */
|
|
|
|
|