hb_buffer_set_replacement_codepoint function
- @Native<Void Function(Pointer<
hb_buffer_t> , hb_codepoint_t)>(ffi.Pointer<hb_buffer_t>, hb_codepoint_t)>()
- Pointer<
hb_buffer_t> buffer, - int replacement
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<hb_buffer_t>, hb_codepoint_t)>()
external void hb_buffer_set_replacement_codepoint(
ffi.Pointer<hb_buffer_t> buffer,
int replacement,
);