hb_face_destroy function

  1. @Native<Void Function(Pointer<hb_face_t>)>(ffi.Pointer<hb_face_t>)>()
void hb_face_destroy(
  1. Pointer<hb_face_t> face
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<hb_face_t>)>()
external void hb_face_destroy(ffi.Pointer<hb_face_t> face);