From ea02cbf03c084b3ead6e9e4c9af07b3b47608d5b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 2 Sep 2011 12:39:20 -0400 Subject: [PATCH] [graphite] Don't preload glyphs Doesn't seem to be slower. --- 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 f56d32c3a..a3dc1b455 100644 --- a/src/hb-graphite2.cc +++ b/src/hb-graphite2.cc @@ -153,7 +153,7 @@ _hb_gr_face_get_data (hb_face_t *face) } data->face = face; - data->grface = gr_make_face (data, &hb_gr_get_table, gr_face_preloadGlyphs); + data->grface = gr_make_face (data, &hb_gr_get_table, gr_face_default); if (unlikely (!hb_face_set_user_data (face, &hb_gr_data_key, data,