summaryrefslogtreecommitdiff
path: root/src/cff/cfftypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cff/cfftypes.h')
-rw-r--r--src/cff/cfftypes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cff/cfftypes.h b/src/cff/cfftypes.h
index d40535765..e5a4806d2 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_