From ba6ddc421e5e440231c2ece2db1363f8e6d2ecbf Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 17 Oct 2013 13:52:51 +0200 Subject: [PATCH] [otlayout] Increase MAX_CONTEXT_LENGTH It's cheap. --- src/hb-ot-layout-common-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout-common-private.hh b/src/hb-ot-layout-common-private.hh index 8ef8424d..1e75930c 100644 --- a/src/hb-ot-layout-common-private.hh +++ b/src/hb-ot-layout-common-private.hh @@ -39,7 +39,7 @@ namespace OT { #define NOT_COVERED ((unsigned int) -1) #define MAX_NESTING_LEVEL 8 -#define MAX_CONTEXT_LENGTH 32 +#define MAX_CONTEXT_LENGTH 64 -- GitLab