From 574f03757f62e1daae7fccea1c789a9f7d21ff06 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 19 Sep 2021 20:17:27 -0400 Subject: Update script data for Unicode 14 --- pango/pango-gravity.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pango/pango-gravity.c b/pango/pango-gravity.c index 73505c60..bf41bf61 100644 --- a/pango/pango-gravity.c +++ b/pango/pango-gravity.c @@ -316,6 +316,12 @@ const PangoScriptProperties script_properties[] = {LTR, NONE, S, FALSE}, /* Diak */ {LTR, NONE, S, FALSE}, /* Kits */ {RTL, NONE, S, FALSE}, /* Yezi */ + + {LTR, NONE, S, FALSE}, /* Cpmn */ + {RTL, NONE, S, FALSE}, /* Ougr */ + {LTR, NONE, S, FALSE}, /* Tnsa */ + {LTR, NONE, S, FALSE}, /* Toto */ + {LTR, NONE, S, FALSE}, /* Vith */ }; #undef NONE -- cgit v1.2.1