[pango/matthiasc/for-main: 3/3] Turn off hlig too when letterspacing




commit 67f5d7387814a23b571f15353ad61b3a201a1de1
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 2 12:45:09 2022 -0500

    Turn off hlig too when letterspacing
    
    Just for completeness.

 pango/pango-item.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/pango/pango-item.c b/pango/pango-item.c
index c599241f..944bfe2d 100644
--- a/pango/pango-item.c
+++ b/pango/pango-item.c
@@ -317,6 +317,7 @@ pango_analysis_collect_features (const PangoAnalysis *analysis,
             HB_TAG('l','i','g','a'),
             HB_TAG('c','l','i','g'),
             HB_TAG('d','l','i','g'),
+            HB_TAG('h','l','i','g'),
           };
           int i;
           for (i = 0; i < G_N_ELEMENTS (tags); i++)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]