summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-01-02 12:45:09 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-01-02 13:49:03 -0500
commit67f5d7387814a23b571f15353ad61b3a201a1de1 (patch)
treed25d59648534d80859f3604d7ca4a860a32c3438
parentfae313ac8729866b198aae0dd2510598da06793d (diff)
downloadpango-67f5d7387814a23b571f15353ad61b3a201a1de1.tar.gz
Turn off hlig too when letterspacing
Just for completeness.
-rw-r--r--pango/pango-item.c1
1 files changed, 1 insertions, 0 deletions
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++)