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

[graphite2] Bail if grface is NULL

上级 3007ffa9
......@@ -227,6 +227,7 @@ hb_graphite_shape (hb_font_t *font,
buffer->guess_properties ();
hb_gr_font_data_t *data = _hb_gr_font_get_data (font);
if (!data->grface) return FALSE;
unsigned int charlen;
hb_glyph_info_t *bufferi = hb_buffer_get_glyph_infos (buffer, &charlen);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册