提交 f3e58ab8 编写于 作者: B Behdad Esfahbod

[docs] Enlist misc new symbols

上级 f6893ef8
...@@ -7,7 +7,8 @@ HarfBuzz release walk-through checklist: ...@@ -7,7 +7,8 @@ HarfBuzz release walk-through checklist:
Document them in NEWS. All API and API semantic changes should be clearly Document them in NEWS. All API and API semantic changes should be clearly
marked as API additions, API changes, or API deletions. Document marked as API additions, API changes, or API deletions. Document
deprecations. deprecations. Ensure all new API / deprecations are in listed correctly in
docs/harfbuzz-sections.txt
If there's a backward-incompatible API change (including deletions for API If there's a backward-incompatible API change (including deletions for API
used anywhere), that's a release blocker. Do NOT release. used anywhere), that's a release blocker. Do NOT release.
......
...@@ -400,6 +400,26 @@ hb_icu_script_from_script ...@@ -400,6 +400,26 @@ hb_icu_script_from_script
hb_icu_script_to_script hb_icu_script_to_script
</SECTION> </SECTION>
<SECTION>
<FILE>hb-map</FILE>
HB_MAP_VALUE_INVALID
hb_map_allocation_successful
hb_map_clear
hb_map_create
hb_map_del
hb_map_destroy
hb_map_get
hb_map_get_empty
hb_map_get_population
hb_map_get_user_data
hb_map_has
hb_map_is_empty
hb_map_reference
hb_map_set
hb_map_set_user_data
hb_map_t
</SECTION>
<SECTION> <SECTION>
<FILE>hb-ot</FILE> <FILE>hb-ot</FILE>
<SUBSECTION Private> <SUBSECTION Private>
...@@ -445,6 +465,7 @@ hb_ot_layout_language_get_feature_tags ...@@ -445,6 +465,7 @@ hb_ot_layout_language_get_feature_tags
hb_ot_layout_language_get_required_feature hb_ot_layout_language_get_required_feature
hb_ot_layout_lookup_collect_glyphs hb_ot_layout_lookup_collect_glyphs
hb_ot_layout_lookup_substitute_closure hb_ot_layout_lookup_substitute_closure
hb_ot_layout_lookups_substitute_closure
hb_ot_layout_lookup_would_substitute hb_ot_layout_lookup_would_substitute
hb_ot_layout_script_find_language hb_ot_layout_script_find_language
hb_ot_layout_script_get_language_tags hb_ot_layout_script_get_language_tags
...@@ -529,9 +550,10 @@ hb_set_has ...@@ -529,9 +550,10 @@ hb_set_has
hb_set_intersect hb_set_intersect
hb_set_is_empty hb_set_is_empty
hb_set_is_equal hb_set_is_equal
hb_set_is_subset
hb_set_next hb_set_next
hb_set_previous
hb_set_next_range hb_set_next_range
hb_set_previous
hb_set_previous_range hb_set_previous_range
hb_set_reference hb_set_reference
hb_set_set hb_set_set
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册