From 737ba156442f723d126c7c58c73729786b67c17a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 9 Dec 2012 18:43:03 -0500 Subject: [PATCH] [graphite2] Preload all tables Part of patch from Martin Hosken. --- src/hb-graphite2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-graphite2.cc b/src/hb-graphite2.cc index 6c890d42..a2ebbf7c 100644 --- a/src/hb-graphite2.cc +++ b/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); -- GitLab