From a792e16e48188f67d38768c1d25ac5d7f26ec607 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 24 Mar 2022 13:08:51 -0600 Subject: [PATCH] [ot-layout] Change max nesting level of lookups from 6 to 64 --- src/hb-ot-layout-common.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout-common.hh b/src/hb-ot-layout-common.hh index 9f53e9d27..f2a58028e 100644 --- a/src/hb-ot-layout-common.hh +++ b/src/hb-ot-layout-common.hh @@ -37,7 +37,7 @@ #ifndef HB_MAX_NESTING_LEVEL -#define HB_MAX_NESTING_LEVEL 6 +#define HB_MAX_NESTING_LEVEL 64 #endif #ifndef HB_MAX_CONTEXT_LENGTH #define HB_MAX_CONTEXT_LENGTH 64