[pcf] Disable long family names by default.

* include/freetype/config/ftoption.h
(PCF_CONFIG_OPTION_LONG_FAMILY_NAMES): Comment out.
This commit is contained in:
Werner Lemberg 2017-01-09 19:54:44 +01:00
parent 08fd250e1a
commit 7ccca6aec1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2017-01-09 Werner Lemberg <wl@gnu.org>
[pcf] Disable long family names by default.
* include/freetype/config/ftoption.h
(PCF_CONFIG_OPTION_LONG_FAMILY_NAMES): Comment out.
2017-01-09 Werner Lemberg <wl@gnu.org>
[pcf] Make long family names configurable.

View File

@ -856,7 +856,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 */
/*************************************************************************/