diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-10-07 20:46:11 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-10-07 20:47:30 -0400 |
commit | e42cd58c997adafca5517faa9aacf651b90520f5 (patch) | |
tree | f46073b0fcf040d6f2e492e7ef5f9b22a6648d8e /docs | |
parent | 2a5cb37fdb43230217e055f3d7c770a35cfd5c21 (diff) |
Rename invisible_codepoint to invisible_glyph in API
Deleted recently added API:
hb_buffer_set_invisible_codepoint()
hb_buffer_get_invisible_codepoint()
hb-shape / hb-view --invisible-codepoint
New API:
hb_buffer_set_invisible_glyph()
hb_buffer_get_invisible_glyph()
hb-shape / hb-view --invisible-glyph
Fixes https://github.com/harfbuzz/harfbuzz/issues/1216
Diffstat (limited to 'docs')
-rw-r--r-- | docs/harfbuzz-sections.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/harfbuzz-sections.txt b/docs/harfbuzz-sections.txt index 7426a43a..455e4f50 100644 --- a/docs/harfbuzz-sections.txt +++ b/docs/harfbuzz-sections.txt @@ -67,8 +67,8 @@ hb_buffer_set_user_data hb_buffer_get_user_data hb_buffer_get_glyph_infos hb_buffer_get_glyph_positions -hb_buffer_get_invisible_codepoint -hb_buffer_set_invisible_codepoint +hb_buffer_get_invisible_glyph +hb_buffer_set_invisible_glyph hb_buffer_set_replacement_codepoint hb_buffer_get_replacement_codepoint hb_buffer_normalize_glyphs |