Add TextServer parentheses stack dynamic reallocation support.

This commit is contained in:
bruvzg
2021-09-03 09:03:24 +03:00
parent 18c0f0b3ba
commit 49e316f41e
2 changed files with 20 additions and 2 deletions

View File

@ -43,6 +43,8 @@
#include <hb.h>
class ScriptIterator {
static const int PAREN_STACK_DEPTH = 128;
public:
struct ScriptRange {
int start = 0;