diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-04-04 16:14:33 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-04-04 16:14:33 -0700 |
commit | 231d860cd45814f7fd445194bb41af7e0e113c4c (patch) | |
tree | 2650b52067eaa5d561328bbb20b18d0bef26e253 /pango/pangofc-shape.c | |
parent | 2561b8cec54ca1108422a6f41c5ce840d2f5f966 (diff) | |
download | pango-231d860cd45814f7fd445194bb41af7e0e113c4c.tar.gz |
Increase number of features per run
Diffstat (limited to 'pango/pangofc-shape.c')
-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); |