From 65e823da0f96216cb75e8680fec8d29ae60394fc Mon Sep 17 00:00:00 2001 From: David Turner Date: Tue, 25 Apr 2000 16:36:31 +0000 Subject: [PATCH] raised TT_MAX_SUBGLYPHS to 96 to avoid problems with Asian fonts (with up to 80 contours !) --- config/ftoption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ftoption.h b/config/ftoption.h index a4ae21aca..14d2c777a 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 /*************************************************************************/ /*************************************************************************/