hb_face_count function

  1. @Native<UnsignedInt Function(Pointer<hb_blob_t>)>(ffi.Pointer<hb_blob_t>)>()
int hb_face_count(
  1. Pointer<hb_blob_t> blob
)

Implementation

@ffi.Native<ffi.UnsignedInt Function(ffi.Pointer<hb_blob_t>)>()
external int hb_face_count(ffi.Pointer<hb_blob_t> blob);