hb_ot_layout_script_find_language function
- @Native<Int Function(Pointer<
hb_face_t> , Uint32, UnsignedInt, Uint32, Pointer<UnsignedInt> )>(ffi.Pointer<hb_face_t>, ffi.Uint32, ffi.UnsignedInt, ffi.Uint32, ffi.Pointer<ffi.UnsignedInt>)>()
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<hb_face_t>,
ffi.Uint32,
ffi.UnsignedInt,
ffi.Uint32,
ffi.Pointer<ffi.UnsignedInt>,
)
>()
external int hb_ot_layout_script_find_language(
ffi.Pointer<hb_face_t> face,
int table_tag,
int script_index,
int language_tag,
ffi.Pointer<ffi.UnsignedInt> language_index,
);