hb_subset_plan_execute_or_fail function
- @Native<Pointer<
hb_face_t> Function(Pointer<hb_subset_plan_t> )>(ffi.Pointer<hb_subset_plan_t>)>()
- 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,
);