* src/cff/cfftypes.h (CFF_MAX_CID_FONTS): Increase to 64.
Problem reported by Tom Bishop <wenlin@wenlin.com>.
This commit is contained in:
parent
13a91639a5
commit
91843dfc4a
@ -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.
|
||||
|
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user