Commit 231d0587b0e5150b807635e2a0c962ea38b49b01

David Turner 2000-04-14T10:29:00

raised the value of TT_MAX_SUBGLYPHS, as it prevented the correct loading of some glyphs in Mingli.ttf

diff --git a/config/ftoption.h b/config/ftoption.h
index 0a4134c..a4ae21a 100644
--- a/config/ftoption.h
+++ b/config/ftoption.h
@@ -170,7 +170,7 @@
   /*   Don't define any of these macros to compile in `release' mode.      */
   /*                                                                       */
 #undef  FT_DEBUG_LEVEL_ERROR
-#undef  FT_DEBUG_LEVEL_TRACE
+#define FT_DEBUG_LEVEL_TRACE
 
 
   /*************************************************************************/
@@ -314,7 +314,7 @@
 #define TT_CONFIG_OPTION_INTERPRETER_SWITCH
 
   /* The maximum number of sub-glyphs in a TrueType composite glyph */
-#define TT_MAX_SUBGLYPHS  32
+#define TT_MAX_SUBGLYPHS  64
 
   /*************************************************************************/
   /*************************************************************************/