From c8f2a4f5b99d3be3079286817386b4185d35a545 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 18 Jan 2018 22:49:40 +0100 Subject: [PATCH] hb-common.cc: Hatran script is right-to-left (#714) "Hatran is written from right to left horizontally" http://www.unicode.org/L2/L2012/12312-n4324-hatran.pdf This ancient script was added with Unicode 8.0. Also this spreadsheet (referenced in an inline comment in the source code) has it as RTL: http://goo.gl/x9ilM --- src/hb-common.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-common.cc b/src/hb-common.cc index cb1fb43f..1d0e7264 100644 --- a/src/hb-common.cc +++ b/src/hb-common.cc @@ -524,6 +524,7 @@ hb_script_get_horizontal_direction (hb_script_t script) case HB_SCRIPT_PSALTER_PAHLAVI: /* Unicode-8.0 additions */ + case HB_SCRIPT_HATRAN: case HB_SCRIPT_OLD_HUNGARIAN: /* Unicode-9.0 additions */ -- GitLab