diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-10-11 14:16:55 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-10-11 14:17:17 -0400 |
commit | 8061664ad1a5933098adc3bc1dca0b5be48586ef (patch) | |
tree | 1ae5a9b5ce824af78a69692f867f252637166525 /src/hb-unicode.h | |
parent | cf975ac653bff369f4ed7ba7fc04fae6ce2cec95 (diff) |
Add doc stubs for recently added API
Thanks to David Corbett who revamped our script and language processing
and implemented full BCP 47 support.
https://github.com/harfbuzz/harfbuzz/pull/730
New API:
+hb_ot_layout_table_select_script()
+hb_ot_layout_script_select_language()
+HB_OT_MAX_TAGS_PER_SCRIPT
+HB_OT_MAX_TAGS_PER_LANGUAGE
+hb_ot_tags_from_script_and_language()
+hb_ot_tags_to_script_and_language()
Deprecated API:
-hb_ot_layout_table_choose_script()
-hb_ot_layout_script_find_language()
-hb_ot_tags_from_script()
-hb_ot_tag_from_language()
Diffstat (limited to 'src/hb-unicode.h')
-rw-r--r-- | src/hb-unicode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-unicode.h b/src/hb-unicode.h index 62b58803..df0b91f0 100644 --- a/src/hb-unicode.h +++ b/src/hb-unicode.h @@ -44,7 +44,7 @@ HB_BEGIN_DECLS * HB_UNICODE_MAX * * Since: 1.9.0 - */ + **/ #define HB_UNICODE_MAX 0x10FFFFu |