hb_direction_to_string function

Pointer<Char> hb_direction_to_string(
  1. hb_direction_t direction
)

Implementation

ffi.Pointer<ffi.Char> hb_direction_to_string(hb_direction_t direction) =>
    _hb_direction_to_string(direction.value);