[pango: 17/31] Increase number of features per run



commit 231d860cd45814f7fd445194bb41af7e0e113c4c
Author: Behdad Esfahbod <behdad behdad org>
Date:   Sat Apr 4 16:14:33 2015 -0700

    Increase number of features per run

 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 8db471a..3a2cfa4 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);


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