shithub: freetype+ttf2subf

Download patch

ref: 7ccca6aec167c2c30c569765ece808f0eee023a6
parent: 08fd250e1af0aa16d18012d39462e6ca9bbc6e90
author: Werner Lemberg <[email protected]>
date: Mon Jan 9 14:54:44 EST 2017

[pcf] Disable long family names by default.

* include/freetype/config/ftoption.h
(PCF_CONFIG_OPTION_LONG_FAMILY_NAMES): Comment out.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2017-01-09  Werner Lemberg  <[email protected]>
 
+	[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  <[email protected]>
+
 	[pcf] Make long family names configurable.
 
 	The change from 2016-09-29 was too radical (except for people using
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -856,7 +856,7 @@
   /* 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 */
 
 
   /*************************************************************************/