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.
pull/1238/head
David Corbett 7 years ago committed by Behdad Esfahbod
parent bca7a16938
commit 66790d64c7
  1. 2
      src/hb-ot-tag.h

@ -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

Loading…
Cancel
Save