raised TT_MAX_SUBGLYPHS to 96 to avoid problems
with Asian fonts (with up to 80 contours !)
This commit is contained in:
parent
f8a116fb93
commit
65e823da0f
|
@ -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
|
||||
|
||||
/*************************************************************************/
|
||||
/*************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue