- Add subpixel rendering due to Microsoft joining OIN https://lists.opensuse.org/opensuse-factory/2018-10/msg00325.html OBS-URL: https://build.opensuse.org/request/show/644923 OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=151
14 lines
645 B
Diff
14 lines
645 B
Diff
Index: include/freetype/config/ftoption.h
|
|
===================================================================
|
|
--- include/freetype/config/ftoption.h.orig
|
|
+++ include/freetype/config/ftoption.h
|
|
@@ -118,7 +118,7 @@ FT_BEGIN_HEADER
|
|
/* rendering technology that produces excellent output without LCD */
|
|
/* filtering. */
|
|
/* */
|
|
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
|
|
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
|
|
|
|
|
|
/*************************************************************************/
|