| Index: third_party/harfbuzz-ng/src/hb-ot-layout.h
|
| diff --git a/third_party/harfbuzz-ng/src/hb-ot-layout.h b/third_party/harfbuzz-ng/src/hb-ot-layout.h
|
| index 134f1a6c16422716b3b7508fa64bc3f93d42ce83..dfc7f2446f7b7063c582d5a7ad47bea0c2f1211e 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-ot-layout.h
|
| +++ b/third_party/harfbuzz-ng/src/hb-ot-layout.h
|
| @@ -41,6 +41,7 @@ HB_BEGIN_DECLS
|
| #define HB_OT_TAG_GDEF HB_TAG('G','D','E','F')
|
| #define HB_OT_TAG_GSUB HB_TAG('G','S','U','B')
|
| #define HB_OT_TAG_GPOS HB_TAG('G','P','O','S')
|
| +#define HB_OT_TAG_JSTF HB_TAG('J','S','T','F')
|
|
|
|
|
| /*
|
| @@ -179,6 +180,11 @@ hb_ot_layout_feature_get_lookups (hb_face_t *face,
|
| unsigned int *lookup_count /* IN/OUT */,
|
| unsigned int *lookup_indexes /* OUT */);
|
|
|
| +unsigned int
|
| +hb_ot_layout_table_get_lookup_count (hb_face_t *face,
|
| + hb_tag_t table_tag);
|
| +
|
| +
|
| void
|
| hb_ot_layout_collect_lookups (hb_face_t *face,
|
| hb_tag_t table_tag,
|
|
|