Increase HB_OT_MAX_TAGS_PER_SCRIPT to 3
No script has 3 tags yet, but the plan is for the Indic scripts to each get a third tag someday.
This commit is contained in:
parent
bca7a16938
commit
66790d64c7
|
@ -39,7 +39,7 @@ HB_BEGIN_DECLS
|
||||||
#define HB_OT_TAG_DEFAULT_SCRIPT HB_TAG ('D', 'F', 'L', 'T')
|
#define HB_OT_TAG_DEFAULT_SCRIPT HB_TAG ('D', 'F', 'L', 'T')
|
||||||
#define HB_OT_TAG_DEFAULT_LANGUAGE HB_TAG ('d', 'f', 'l', 't')
|
#define HB_OT_TAG_DEFAULT_LANGUAGE HB_TAG ('d', 'f', 'l', 't')
|
||||||
|
|
||||||
#define HB_OT_MAX_TAGS_PER_SCRIPT 2u
|
#define HB_OT_MAX_TAGS_PER_SCRIPT 3u
|
||||||
#define HB_OT_MAX_TAGS_PER_LANGUAGE 3u
|
#define HB_OT_MAX_TAGS_PER_LANGUAGE 3u
|
||||||
|
|
||||||
HB_EXTERN void
|
HB_EXTERN void
|
||||||
|
|
Loading…
Reference in New Issue