You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Update HarfBuzz to 7.1.0
This commit is contained in:
9
thirdparty/harfbuzz/src/hb-ot-layout.h
vendored
9
thirdparty/harfbuzz/src/hb-ot-layout.h
vendored
@@ -254,6 +254,15 @@ hb_ot_layout_script_select_language (hb_face_t *face,
|
||||
const hb_tag_t *language_tags,
|
||||
unsigned int *language_index /* OUT */);
|
||||
|
||||
HB_EXTERN hb_bool_t
|
||||
hb_ot_layout_script_select_language2 (hb_face_t *face,
|
||||
hb_tag_t table_tag,
|
||||
unsigned int script_index,
|
||||
unsigned int language_count,
|
||||
const hb_tag_t *language_tags,
|
||||
unsigned int *language_index /* OUT */,
|
||||
hb_tag_t *chosen_language /* OUT */);
|
||||
|
||||
HB_EXTERN hb_bool_t
|
||||
hb_ot_layout_language_get_required_feature_index (hb_face_t *face,
|
||||
hb_tag_t table_tag,
|
||||
|
||||
Reference in New Issue
Block a user