diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-06-27 12:45:47 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-06-27 12:48:46 -0400 |
commit | 79a4b33781a384d7110122d9d80a2f0e9e4d332a (patch) | |
tree | 7dc02fcf30126115644fc640c646bae8b85c0063 /pango/pango-gravity.c | |
parent | 75d4553f4549ceaa6330338f6835079a9598f6d7 (diff) | |
download | pango-79a4b33781a384d7110122d9d80a2f0e9e4d332a.tar.gz |
gravity: Correct direction for Kharoshthi script
Harbuzz treats this script as RTL, so we should too.
Diffstat (limited to 'pango/pango-gravity.c')
-rw-r--r-- | pango/pango-gravity.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-gravity.c b/pango/pango-gravity.c index aa7063b1..2973c9ab 100644 --- a/pango/pango-gravity.c +++ b/pango/pango-gravity.c @@ -195,7 +195,7 @@ const PangoScriptProperties script_properties[] = {LTR, NONE, S, FALSE}, /* Tfng */ {LTR, NONE, S, FALSE}, /* Sylo */ {LTR, NONE, S, FALSE}, /* Xpeo */ - {LTR, NONE, S, FALSE}, /* Khar */ + {RTL, NONE, S, FALSE}, /* Khar */ /* Unicode-5.0 additions */ {LTR, NONE, S, FALSE}, /* Zzzz */ |