提交 737ba156 编写于 作者: B Behdad Esfahbod

[graphite2] Preload all tables

Part of patch from Martin Hosken.
上级 0ae6dbf1
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册