hb_subset_or_fail function

  1. @Native<Pointer<hb_face_t> Function(Pointer<hb_face_t>, Pointer<hb_subset_input_t>)>(ffi.Pointer<hb_face_t>, ffi.Pointer<hb_subset_input_t>)>()
Pointer<hb_face_t> hb_subset_or_fail(
  1. Pointer<hb_face_t> source,
  2. Pointer<hb_subset_input_t> input
)

Implementation

@ffi.Native<
  ffi.Pointer<hb_face_t> Function(
    ffi.Pointer<hb_face_t>,
    ffi.Pointer<hb_subset_input_t>,
  )
>()
external ffi.Pointer<hb_face_t> hb_subset_or_fail(
  ffi.Pointer<hb_face_t> source,
  ffi.Pointer<hb_subset_input_t> input,
);