hb_buffer_get_direction function

hb_direction_t hb_buffer_get_direction(
  1. Pointer<hb_buffer_t> buffer
)

Implementation

hb_direction_t hb_buffer_get_direction(ffi.Pointer<hb_buffer_t> buffer) {
  return hb_direction_t.fromValue(_hb_buffer_get_direction(buffer));
}