hb_ot_math_has_data function

  1. @Native<Int Function(Pointer<hb_face_t>)>(ffi.Pointer<hb_face_t>)>()
int hb_ot_math_has_data(
  1. Pointer<hb_face_t> face
)

Methods

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<hb_face_t>)>()
external int hb_ot_math_has_data(ffi.Pointer<hb_face_t> face);