hb_font_reference function

  1. @Native<Pointer<hb_font_t> Function(Pointer<hb_font_t>)>(ffi.Pointer<hb_font_t>)>()
Pointer<hb_font_t> hb_font_reference(
  1. Pointer<hb_font_t> font
)

Implementation

@ffi.Native<ffi.Pointer<hb_font_t> Function(ffi.Pointer<hb_font_t>)>()
external ffi.Pointer<hb_font_t> hb_font_reference(ffi.Pointer<hb_font_t> font);