hb_buffer_serialize_format_to_string function

Pointer<Char> hb_buffer_serialize_format_to_string(
  1. hb_buffer_serialize_format_t format
)

Implementation

ffi.Pointer<ffi.Char> hb_buffer_serialize_format_to_string(
  hb_buffer_serialize_format_t format,
) => _hb_buffer_serialize_format_to_string(format.value);