[graphite2] Preload all tables

Part of patch from Martin Hosken.
pull/1/merge
Behdad Esfahbod 12 years ago
parent 0ae6dbf1b4
commit 737ba15644
  1. 2
      src/hb-graphite2.cc

@ -113,7 +113,7 @@ _hb_graphite2_shaper_face_data_create (hb_face_t *face)
hb_blob_destroy (silf_blob);
data->face = face;
data->grface = gr_make_face (data, &hb_graphite2_get_table, gr_face_default);
data->grface = gr_make_face (data, &hb_graphite2_get_table, gr_face_preloadAll);
if (unlikely (!data->grface)) {
free (data);

Loading…
Cancel
Save