[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2] master 7ccca6a: [pcf] Disable long family names by default.
From: |
Werner LEMBERG |
Subject: |
[freetype2] master 7ccca6a: [pcf] Disable long family names by default. |
Date: |
Mon, 9 Jan 2017 18:55:07 +0000 (UTC) |
branch: master
commit 7ccca6aec167c2c30c569765ece808f0eee023a6
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>
[pcf] Disable long family names by default.
* include/freetype/config/ftoption.h
(PCF_CONFIG_OPTION_LONG_FAMILY_NAMES): Comment out.
---
ChangeLog | 7 +++++++
include/freetype/config/ftoption.h | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 20292dd..456f531 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2017-01-09 Werner Lemberg <address@hidden>
+ [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 <address@hidden>
+
[pcf] Make long family names configurable.
The change from 2016-09-29 was too radical (except for people using
diff --git a/include/freetype/config/ftoption.h
b/include/freetype/config/ftoption.h
index 5676074..37a0d00 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 */
/*************************************************************************/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2] master 7ccca6a: [pcf] Disable long family names by default.,
Werner LEMBERG <=