[][src]Function harfbuzz_sys::hb_ot_layout_table_select_script

pub unsafe extern "C" fn hb_ot_layout_table_select_script(
    face: *mut hb_face_t,
    table_tag: hb_tag_t,
    script_count: c_uint,
    script_tags: *const hb_tag_t,
    script_index: *mut c_uint,
    chosen_script: *mut hb_tag_t
) -> hb_bool_t