raised TT_MAX_SUBGLYPHS to 96 to avoid problems

with Asian fonts (with up to 80 contours !)
This commit is contained in:
David Turner 2000-04-25 16:36:31 +00:00
parent f8a116fb93
commit 65e823da0f
1 changed files with 1 additions and 1 deletions

View File

@ -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
/*************************************************************************/
/*************************************************************************/