forked from pool/freetype2
638a078b2f
- Refresh patches: + bugzilla-308961-cmex-workaround.patch + don-t-mark-libpng-as-required-library.patch + enable-long-family-names-by-default.patch - Enable subpixel rendering with infinality config: + enable-subpixel-rendering.patch + enable-infinality-subpixel-hinting.patch OBS-URL: https://build.opensuse.org/package/show/M17N/freetype2?expand=0&rev=152
14 lines
690 B
Diff
14 lines
690 B
Diff
Index: freetype-2.9.1/include/freetype/config/ftoption.h
|
|
===================================================================
|
|
--- freetype-2.9.1.orig/include/freetype/config/ftoption.h
|
|
+++ freetype-2.9.1/include/freetype/config/ftoption.h
|
|
@@ -849,7 +849,7 @@ FT_BEGIN_HEADER
|
|
/* If this option is activated, it can be controlled with the */
|
|
/* `no-long-family-names' property of the pcf driver module. */
|
|
/* */
|
|
-/* #define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES */
|
|
+#define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES
|
|
|
|
|
|
/*************************************************************************/
|