From a5f1834f57ea3fb254f5c7d372747de316fcc8f1 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 16 Apr 2012 15:55:13 -0400 Subject: [PATCH] Apply 'liga' for vertical writing mode too Apparently that's what Kazuraki uses to form vertical ligatures, which suggests that it's what Adobe does. --- src/hb-ot-shape.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index d21559c..66b1461 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -35,6 +35,7 @@ hb_tag_t common_features[] = { HB_TAG('c','c','m','p'), + HB_TAG('l','i','g','a'), HB_TAG('l','o','c','l'), HB_TAG('m','a','r','k'), HB_TAG('m','k','m','k'), @@ -46,7 +47,6 @@ hb_tag_t horizontal_features[] = { HB_TAG('c','l','i','g'), HB_TAG('c','u','r','s'), HB_TAG('k','e','r','n'), - HB_TAG('l','i','g','a'), }; /* Note: -- 2.7.4