[graphite2] Preload all tables

Part of patch from Martin Hosken.
This commit is contained in:
Behdad Esfahbod 2012-12-09 18:43:03 -05:00
parent 0ae6dbf1b4
commit 737ba15644
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ _hb_graphite2_shaper_face_data_create (hb_face_t *face)
hb_blob_destroy (silf_blob); hb_blob_destroy (silf_blob);
data->face = face; 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)) { if (unlikely (!data->grface)) {
free (data); free (data);