diff options
author | Ebrahim Byagowi <ebrahim@gnu.org> | 2018-12-03 22:04:48 +0330 |
---|---|---|
committer | Ebrahim Byagowi <ebrahim@gnu.org> | 2018-12-03 22:27:26 +0330 |
commit | 01f628cf5571b8b58108ab66cfc3e929c9840e31 (patch) | |
tree | 6ea73e3dba21de09c8ed622b83959d77cb601edb /docs | |
parent | d19b1680b53e54f449736432f369a676c394ebf8 (diff) |
[aat] Expose hb_aat_layout_has_tracking API
Diffstat (limited to 'docs')
-rw-r--r-- | docs/harfbuzz-sections.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/harfbuzz-sections.txt b/docs/harfbuzz-sections.txt index 63224317..fd7682ef 100644 --- a/docs/harfbuzz-sections.txt +++ b/docs/harfbuzz-sections.txt @@ -7,13 +7,14 @@ HB_OT_H_IN <FILE>hb-aat-layout</FILE> HB_AAT_LAYOUT_NO_SELECTOR_INDEX hb_aat_layout_feature_type_t -hb_aat_layout_get_feature_types -hb_aat_layout_feature_type_get_name_id hb_aat_layout_feature_selector_t hb_aat_layout_feature_selector_info_t +hb_aat_layout_feature_type_get_name_id hb_aat_layout_feature_type_get_selector_infos -hb_aat_layout_has_substitution +hb_aat_layout_get_feature_types hb_aat_layout_has_positioning +hb_aat_layout_has_substitution +hb_aat_layout_has_tracking </SECTION> <SECTION> |