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