* src/cff/cfftypes.h (CFF_MAX_CID_FONTS): Increase to 64. Problem reported by Tom Bishop <wenlin@wenlin.com>.
diff --git a/ChangeLog b/ChangeLog
index 50dc3e1..2e73bf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-12-31 Werner Lemberg <wl@gnu.org>
+ * src/cff/cfftypes.h (CFF_MAX_CID_FONTS): Increase to 64.
+ Problem reported by Tom Bishop <wenlin@wenlin.com>.
+
+2010-12-31 Werner Lemberg <wl@gnu.org>
+
Improve bzip2 support.
* include/freetype/ftmoderr.h: Add bzip2.
diff --git a/src/cff/cfftypes.h b/src/cff/cfftypes.h
index d405357..e5a4806 100644
--- a/src/cff/cfftypes.h
+++ b/src/cff/cfftypes.h
@@ -212,8 +212,9 @@ FT_BEGIN_HEADER
} CFF_SubFontRec, *CFF_SubFont;
- /* maximum number of sub-fonts in a CID-keyed file */
-#define CFF_MAX_CID_FONTS 32
+ /* maximum number of sub-fonts in a CID-keyed file -- */
+ /* the current record holder contains 53 sub-fonts */
+#define CFF_MAX_CID_FONTS 64
typedef struct CFF_FontRec_