commit | ca8d96c8ba33ce581684cbc07936a3696b6c83d9 | [log] [tgz] |
---|---|---|
author | Jonathan Kew <[email protected]> | Mon Dec 02 05:22:00 2013 -0500 |
committer | Behdad Esfahbod <[email protected]> | Mon Dec 02 05:22:00 2013 -0500 |
tree | 1b619ba721d6ce24a3f69edcde6e16fb6f83e3ff | |
parent | 8ffa528f28a24ae85952ad1c1b0206e736bcfeab [diff] [blame] |
cache shape plans even if (global) user features are set
diff --git a/src/hb-shape-plan-private.hh b/src/hb-shape-plan-private.hh index dd014e3..ee48767 100644 --- a/src/hb-shape-plan-private.hh +++ b/src/hb-shape-plan-private.hh
@@ -45,6 +45,9 @@ hb_shape_func_t *shaper_func; const char *shaper_name; + hb_feature_t *user_features; + unsigned int num_user_features; + struct hb_shaper_data_t shaper_data; };