Add doc stubs for recently added API
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 11 Oct 2018 18:16:55 +0000 (14:16 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 11 Oct 2018 18:17:17 +0000 (14:17 -0400)
commit8061664ad1a5933098adc3bc1dca0b5be48586ef
tree1ae5a9b5ce824af78a69692f867f252637166525
parentcf975ac653bff369f4ed7ba7fc04fae6ce2cec95
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()
src/hb-ot-layout.cc
src/hb-ot-tag.cc
src/hb-ot-tag.h
src/hb-unicode.h