hb_ot_layout_table_find_script function

  1. @Native<Int Function(Pointer<hb_face_t>, Uint32, Uint32, Pointer<UnsignedInt>)>(ffi.Pointer<hb_face_t>, ffi.Uint32, ffi.Uint32, ffi.Pointer<ffi.UnsignedInt>)>()
int hb_ot_layout_table_find_script(
  1. Pointer<hb_face_t> face,
  2. int table_tag,
  3. int script_tag,
  4. Pointer<UnsignedInt> script_index,
)

Implementation

@ffi.Native<
  ffi.Int Function(
    ffi.Pointer<hb_face_t>,
    ffi.Uint32,
    ffi.Uint32,
    ffi.Pointer<ffi.UnsignedInt>,
  )
>()
external int hb_ot_layout_table_find_script(
  ffi.Pointer<hb_face_t> face,
  int table_tag,
  int script_tag,
  ffi.Pointer<ffi.UnsignedInt> script_index,
);