From 7250f775b726b82736e63d4cb456e79ee8c0da9f Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 8 Sep 2016 13:48:16 +0200 Subject: [PATCH] Synchronize with FreeType. This contains the commits 9749f269 [autofit] Another improvement to Armenian support. c9adf1a1 [autofit] Improve Armenian support. --- lib/tablue.dat | 8 ++++---- lib/ttfautohint-scripts.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/tablue.dat b/lib/tablue.dat index b5c7f4d..d68f64c 100644 --- a/lib/tablue.dat +++ b/lib/tablue.dat @@ -90,13 +90,13 @@ TA_BLUE_STRING_ENUM TA_BLUE_STRINGS_ARRAY TA_BLUE_STRING_MAX_LEN: "ـ" TA_BLUE_STRING_ARMENIAN_CAPITAL_TOP - "Ա Մ Ւ Փ Բ Գ Դ Օ" + "Ա Մ Ւ Ս Բ Գ Դ Օ" TA_BLUE_STRING_ARMENIAN_CAPITAL_BOTTOM - "Ւ Ո Փ Ճ Շ Ս Տ Օ" + "Ւ Ո Դ Ճ Շ Ս Տ Օ" TA_BLUE_STRING_ARMENIAN_SMALL_ASCENDER - "ե է ի մ վ փ ֆ փ" + "ե է ի մ վ ֆ ճ" TA_BLUE_STRING_ARMENIAN_SMALL_TOP - "ա յ ւ ս գ ջ ր օ" + "ա յ ւ ս գ շ ր օ" TA_BLUE_STRING_ARMENIAN_SMALL_BOTTOM "հ ո ճ ա ե ծ ս օ" TA_BLUE_STRING_ARMENIAN_SMALL_DESCENDER diff --git a/lib/ttfautohint-scripts.h b/lib/ttfautohint-scripts.h index ea89143..2782b95 100644 --- a/lib/ttfautohint-scripts.h +++ b/lib/ttfautohint-scripts.h @@ -42,7 +42,7 @@ SCRIPT(armn, ARMN, "Armenian", HB_SCRIPT_ARMENIAN, HINTING_BOTTOM_TO_TOP, - "\xD6\x85 \xD5\x95") /* օ Օ */ + "\xD5\xBD \xD5\x8D") /* ս Ս */ /* there are no simple forms for letters; we thus use two digit shapes */ SCRIPT(beng, BENG, -- 2.11.4.GIT