diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-08-25 22:44:39 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-08-25 22:44:39 -0700 |
commit | dae39c58fb63c2211e2842121bbe6d5b8b18651b (patch) | |
tree | 8ac77daababc3de2519f3ca0f4282d9f42e3c84c /docs | |
parent | 66384db97c439a64d729f9206657d0b37ec0cb32 (diff) |
[face] Introduce character-map API
New API:
+hb_face_collect_unicodes
+hb_face_collect_variation_selectors
+hb_face_collect_variation_unicodes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/harfbuzz-sections.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/harfbuzz-sections.txt b/docs/harfbuzz-sections.txt index 043611e9..ca0e908f 100644 --- a/docs/harfbuzz-sections.txt +++ b/docs/harfbuzz-sections.txt @@ -189,6 +189,9 @@ hb_face_set_glyph_count hb_face_set_index hb_face_set_upem hb_face_set_user_data +hb_face_collect_unicodes +hb_face_collect_variation_selectors +hb_face_collect_variation_unicodes hb_face_builder_create hb_face_builder_add_table </SECTION> |