From 66790d64c7120b75c72bf91c769dc52d95858909 Mon Sep 17 00:00:00 2001 From: David Corbett Date: Mon, 10 Sep 2018 13:15:00 -0400 Subject: [PATCH] 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. --- src/hb-ot-tag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-tag.h b/src/hb-ot-tag.h index e3523a0..a4e8a49 100644 --- a/src/hb-ot-tag.h +++ b/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 -- 2.7.4