hb_script_from_string function
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));
}
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));
}