hb_ot_layout_script_select_language function

  1. @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(
  1. Pointer<hb_face_t> face,
  2. int table_tag,
  3. int script_index,
  4. int language_count,
  5. Pointer<hb_codepoint_t> language_tags,
  6. 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,
);