hb_ot_layout_script_select_language function
- @Native<hb_bool_t Function(Pointer<hb_face_t>, hb_tag_t, UnsignedInt, UnsignedInt, Pointer<hb_codepoint_t>, Pointer<UnsignedInt>)>(ffi.Pointer<hb_face_t>, hb_tag_t, ffi.UnsignedInt, ffi.UnsignedInt, ffi.Pointer<hb_tag_t>, ffi.Pointer<ffi.UnsignedInt>)>()
int
hb_ot_layout_script_select_language(
- Pointer<hb_face_t> face,
- int table_tag,
- int script_index,
- int language_count,
- Pointer<hb_codepoint_t> language_tags,
- Pointer<UnsignedInt> language_index,
)
Implementation
@ffi.Native<
hb_bool_t Function(
ffi.Pointer<hb_face_t>,
hb_tag_t,
ffi.UnsignedInt,
ffi.UnsignedInt,
ffi.Pointer<hb_tag_t>,
ffi.Pointer<ffi.UnsignedInt>,
)
>()
external int hb_ot_layout_script_select_language(
ffi.Pointer<hb_face_t> face,
int table_tag,
int script_index,
int language_count,
ffi.Pointer<hb_tag_t> language_tags,
ffi.Pointer<ffi.UnsignedInt> language_index,
);