* src/cff/cfftypes.h (CFF_MAX_CID_FONTS): Increase to 64.

Problem reported by Tom Bishop <wenlin@wenlin.com>.
This commit is contained in:
Werner Lemberg 2010-12-31 19:30:53 +01:00
parent 13a91639a5
commit 91843dfc4a
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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_