mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[ot-layout] Change max nesting level of lookups from 6 to 64
This commit is contained in:
parent
f76ffa8374
commit
a792e16e48
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue