hb_direction_from_string function

hb_direction_t hb_direction_from_string(
  1. Pointer<Char> str,
  2. int len
)

Implementation

hb_direction_t hb_direction_from_string(ffi.Pointer<ffi.Char> str, int len) {
  return hb_direction_t.fromValue(_hb_direction_from_string(str, len));
}