[HB] More minor shuffling
This commit is contained in:
parent
80e2aa2e1b
commit
cd33cb9ed8
|
@ -33,9 +33,6 @@
|
|||
|
||||
|
||||
#define NO_INDEX ((unsigned int) 0xFFFF)
|
||||
#define NO_CONTEXT ((unsigned int) 0x110000)
|
||||
#define NOT_COVERED ((unsigned int) 0x110000)
|
||||
#define MAX_NESTING_LEVEL 8
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -32,6 +32,11 @@
|
|||
#include "hb-open-type-private.hh"
|
||||
|
||||
|
||||
#define NO_CONTEXT ((unsigned int) 0x110000)
|
||||
#define NOT_COVERED ((unsigned int) 0x110000)
|
||||
#define MAX_NESTING_LEVEL 8
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
* OpenType Layout Common Table Formats
|
||||
|
|
Loading…
Reference in New Issue