hb_script_get_horizontal_direction function

hb_direction_t hb_script_get_horizontal_direction(
  1. hb_script_t script
)

Implementation

hb_direction_t hb_script_get_horizontal_direction(hb_script_t script) =>
    hb_direction_t.fromValue(_hb_script_get_horizontal_direction(script.value));