Add Tifinagh to list of both-directions scripts

This commit is contained in:
Simon Cozens 2023-03-10 14:32:39 +00:00 committed by Behdad Esfahbod
parent 905eeee4a4
commit 2d8634624c
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ hb_script_get_horizontal_direction (hb_script_t script)
case HB_SCRIPT_OLD_HUNGARIAN:
case HB_SCRIPT_OLD_ITALIC:
case HB_SCRIPT_RUNIC:
case HB_SCRIPT_TIFINAGH:
return HB_DIRECTION_INVALID;
}