hb_buffer_normalize_glyphs function

  1. @Native<Void Function(Pointer<hb_buffer_t>)>(ffi.Pointer<hb_buffer_t>)>()
void hb_buffer_normalize_glyphs(
  1. Pointer<hb_buffer_t> buffer
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<hb_buffer_t>)>()
external void hb_buffer_normalize_glyphs(ffi.Pointer<hb_buffer_t> buffer);