hb_subset_cff2_get_charstring_data function

  1. @Native<Pointer<hb_blob_t> Function(Pointer<hb_face_t>, hb_tag_t)>(ffi.Pointer<hb_face_t>, hb_codepoint_t)>()
Pointer<hb_blob_t> hb_subset_cff2_get_charstring_data(
  1. Pointer<hb_face_t> face,
  2. int glyph
)

Implementation

@ffi.Native<
  ffi.Pointer<hb_blob_t> Function(ffi.Pointer<hb_face_t>, hb_codepoint_t)
>()
external ffi.Pointer<hb_blob_t> hb_subset_cff2_get_charstring_data(
  ffi.Pointer<hb_face_t> face,
  int glyph,
);