raised TT_MAX_SUBGLYPHS to 96 to avoid problems with Asian fonts (with up to 80 contours !)
diff --git a/config/ftoption.h b/config/ftoption.h
index a4ae21a..14d2c77 100644
--- a/config/ftoption.h
+++ b/config/ftoption.h
@@ -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 64
+#define TT_MAX_SUBGLYPHS 96
/*************************************************************************/
/*************************************************************************/