Add TextServer parentheses stack dynamic reallocation support.
This commit is contained in:
parent
18c0f0b3ba
commit
49e316f41e
2 changed files with 20 additions and 2 deletions
|
|
@ -43,6 +43,8 @@
|
|||
#include <hb.h>
|
||||
|
||||
class ScriptIterator {
|
||||
static const int PAREN_STACK_DEPTH = 128;
|
||||
|
||||
public:
|
||||
struct ScriptRange {
|
||||
int start = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue