freetype2/enable-long-family-names-by-default.patch

14 lines
594 B
Diff

Index: freetype-2.11.0/include/freetype/config/ftoption.h
===================================================================
--- freetype-2.11.0.orig/include/freetype/config/ftoption.h
+++ freetype-2.11.0/include/freetype/config/ftoption.h
@@ -877,7 +877,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
/*************************************************************************/