Lydian and Kharoshthi are right-to-left
This commit is contained in:
parent
a52835635e
commit
50e810cd0e
|
@ -274,10 +274,16 @@ hb_script_get_horizontal_direction (hb_script_t script)
|
||||||
/* Unicode-4.0 additions */
|
/* Unicode-4.0 additions */
|
||||||
case HB_SCRIPT_CYPRIOT:
|
case HB_SCRIPT_CYPRIOT:
|
||||||
|
|
||||||
|
/* Unicode-4.1 additions */
|
||||||
|
case HB_SCRIPT_KHAROSHTHI:
|
||||||
|
|
||||||
/* Unicode-5.0 additions */
|
/* Unicode-5.0 additions */
|
||||||
case HB_SCRIPT_PHOENICIAN:
|
case HB_SCRIPT_PHOENICIAN:
|
||||||
case HB_SCRIPT_NKO:
|
case HB_SCRIPT_NKO:
|
||||||
|
|
||||||
|
/* Unicode-5.1 additions */
|
||||||
|
case HB_SCRIPT_LYDIAN:
|
||||||
|
|
||||||
/* Unicode-5.2 additions */
|
/* Unicode-5.2 additions */
|
||||||
case HB_SCRIPT_AVESTAN:
|
case HB_SCRIPT_AVESTAN:
|
||||||
case HB_SCRIPT_IMPERIAL_ARAMAIC:
|
case HB_SCRIPT_IMPERIAL_ARAMAIC:
|
||||||
|
|
Loading…
Reference in New Issue