diff options
-rw-r--r-- | pango/pangofc-shape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangofc-shape.c b/pango/pangofc-shape.c index 8db471a6..3a2cfa44 100644 --- a/pango/pangofc-shape.c +++ b/pango/pangofc-shape.c @@ -297,7 +297,7 @@ _pango_fc_shape (PangoFont *font, int last_cluster; guint i, num_glyphs; unsigned int item_offset = item_text - paragraph_text; - hb_feature_t features[8]; + hb_feature_t features[32]; unsigned int num_features = 0; g_return_if_fail (font != NULL); |