提交 ea02cbf0 编写于 作者: B Behdad Esfahbod

[graphite] Don't preload glyphs

Doesn't seem to be slower.
上级 210a06f3
...@@ -153,7 +153,7 @@ _hb_gr_face_get_data (hb_face_t *face) ...@@ -153,7 +153,7 @@ _hb_gr_face_get_data (hb_face_t *face)
} }
data->face = 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, if (unlikely (!hb_face_set_user_data (face, &hb_gr_data_key, data,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册