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:
David Corbett 2018-09-10 13:15:00 -04:00 committed by Behdad Esfahbod
parent bca7a16938
commit 66790d64c7
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ HB_BEGIN_DECLS
#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_MAX_TAGS_PER_SCRIPT 2u
#define HB_OT_MAX_TAGS_PER_SCRIPT 3u
#define HB_OT_MAX_TAGS_PER_LANGUAGE 3u
HB_EXTERN void