diff --git a/ChangeLog b/ChangeLog index 20292dd44..456f531d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-01-09 Werner Lemberg + + [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 [pcf] Make long family names configurable. diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h index 567607426..37a0d006c 100644 --- a/include/freetype/config/ftoption.h +++ b/include/freetype/config/ftoption.h @@ -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 */ /*************************************************************************/