hb_ot_layout_script_select_language function

  1. @Native<Int Function(Pointer<hb_face_t>, Uint32, UnsignedInt, UnsignedInt, Pointer<Uint32>, Pointer<UnsignedInt>)>(ffi.Pointer<hb_face_t>, ffi.Uint32, ffi.UnsignedInt, ffi.UnsignedInt, ffi.Pointer<ffi.Uint32>, ffi.Pointer<ffi.UnsignedInt>)>()
int hb_ot_layout_script_select_language(
  1. Pointer<hb_face_t> face,
  2. int table_tag,
  3. int script_index,
  4. int language_count,
  5. Pointer<Uint32> language_tags,
  6. Pointer<UnsignedInt> language_index,
)

Implementation

@ffi.Native<
  ffi.Int Function(
    ffi.Pointer<hb_face_t>,
    ffi.Uint32,
    ffi.UnsignedInt,
    ffi.UnsignedInt,
    ffi.Pointer<ffi.Uint32>,
    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<ffi.Uint32> language_tags,
  ffi.Pointer<ffi.UnsignedInt> language_index,
);