shithub: freetype+ttf2subf

Download patch

ref: 91843dfc4ad1d9e3d6f74a2175c41535d6af74bf
parent: 13a91639a503865e35a012c7f51e4ca6462635d2
author: Werner Lemberg <[email protected]>
date: Fri Dec 31 14:30:53 EST 2010

* src/cff/cfftypes.h (CFF_MAX_CID_FONTS): Increase to 64.
Problem reported by Tom Bishop <[email protected]>.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-12-31  Werner Lemberg  <[email protected]>
 
+	* src/cff/cfftypes.h (CFF_MAX_CID_FONTS): Increase to 64.
+	Problem reported by Tom Bishop <[email protected]>.
+
+2010-12-31  Werner Lemberg  <[email protected]>
+
 	Improve bzip2 support.
 
 	* include/freetype/ftmoderr.h: Add bzip2.
--- a/src/cff/cfftypes.h
+++ b/src/cff/cfftypes.h
@@ -212,8 +212,9 @@
   } 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_