hb_script_from_string function

hb_script_t hb_script_from_string(
  1. Pointer<Char> str,
  2. int len
)

Implementation

hb_script_t hb_script_from_string(ffi.Pointer<ffi.Char> str, int len) {
  return hb_script_t.fromValue(_hb_script_from_string(str, len));
}