shithub: freetype+ttf2subf

Download patch

ref: 65e823da0f96216cb75e8680fec8d29ae60394fc
parent: f8a116fb9380330db24004354038a9dace8ccf27
author: David Turner <[email protected]>
date: Tue Apr 25 12:36:31 EDT 2000

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

git/fs: mount .git/fs: mount/attach disallowed
--- 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
 
   /*************************************************************************/
   /*************************************************************************/