From 46d8f0d5521c3dd0b10c78e66153faefdb9046db Mon Sep 17 00:00:00 2001 From: David Corbett Date: Fri, 6 Jul 2018 15:47:03 -0400 Subject: [PATCH] Do not enforce a native direction of LTR for Runic Fixes #481 --- src/hb-common.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-common.cc b/src/hb-common.cc index a67fcf85e..ca2b32784 100644 --- a/src/hb-common.cc +++ b/src/hb-common.cc @@ -545,6 +545,7 @@ hb_script_get_horizontal_direction (hb_script_t script) /* https://github.com/harfbuzz/harfbuzz/issues/1000 */ case HB_SCRIPT_OLD_ITALIC: + case HB_SCRIPT_RUNIC: return HB_DIRECTION_INVALID; }