diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2019-02-19 21:14:11 +0200 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2019-02-19 15:18:48 -0500 |
commit | a17ed8459ee1e01caf4761f682bcda821bc8e656 (patch) | |
tree | 66cb90552af1a721f7573d11431a7b751d251e68 /docs | |
parent | 9caabc9cf898e1d66921f88890d5b7d46494dc90 (diff) |
[doc] Move hb_variation_t to hb-common section
Diffstat (limited to 'docs')
-rw-r--r-- | docs/harfbuzz-sections.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/harfbuzz-sections.txt b/docs/harfbuzz-sections.txt index ea4ebfae..27dc1e2d 100644 --- a/docs/harfbuzz-sections.txt +++ b/docs/harfbuzz-sections.txt @@ -126,12 +126,15 @@ hb_language_to_string hb_language_get_default hb_feature_from_string hb_feature_to_string +hb_variation_from_string +hb_variation_to_string hb_bool_t hb_codepoint_t hb_destroy_func_t hb_direction_t hb_language_t hb_feature_t +hb_variation_t hb_mask_t hb_position_t hb_tag_t @@ -326,9 +329,6 @@ hb_font_set_ppem hb_font_set_ptem hb_font_set_scale hb_font_set_user_data -hb_variation_t -hb_variation_from_string -hb_variation_to_string hb_font_set_variations hb_font_set_var_coords_design hb_font_set_var_coords_normalized |