Commit 65e823da0f96216cb75e8680fec8d29ae60394fc

David Turner 2000-04-25T16:36:31

raised TT_MAX_SUBGLYPHS to 96 to avoid problems with Asian fonts (with up to 80 contours !)

1
2
3
4
5
6
7
8
9
10
11
12
13
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
 
   /*************************************************************************/
   /*************************************************************************/