[pango/script-properties: 1/2] gravity: Correct direction for Kharoshthi script
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/script-properties: 1/2] gravity: Correct direction for Kharoshthi script
- Date: Sun, 27 Jun 2021 16:48:54 +0000 (UTC)
commit 79a4b33781a384d7110122d9d80a2f0e9e4d332a
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Jun 27 12:45:47 2021 -0400
gravity: Correct direction for Kharoshthi script
Harbuzz treats this script as RTL, so we should too.
pango/pango-gravity.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]