hb_subset_plan_execute_or_fail function

  1. @Native<Pointer<hb_face_t> Function(Pointer<hb_subset_plan_t>)>(ffi.Pointer<hb_subset_plan_t>)>()
Pointer<hb_face_t> hb_subset_plan_execute_or_fail(
  1. Pointer<hb_subset_plan_t> plan
)

Implementation

@ffi.Native<ffi.Pointer<hb_face_t> Function(ffi.Pointer<hb_subset_plan_t>)>()
external ffi.Pointer<hb_face_t> hb_subset_plan_execute_or_fail(
  ffi.Pointer<hb_subset_plan_t> plan,
);