提交 9198de7b 编写于 作者: B Behdad Esfahbod

[ot-font] Remove ensure

上级 ea6d9b66
...@@ -298,7 +298,6 @@ _hb_ot_get_font_funcs (void) ...@@ -298,7 +298,6 @@ _hb_ot_get_font_funcs (void)
void void
hb_ot_font_set_funcs (hb_font_t *font) hb_ot_font_set_funcs (hb_font_t *font)
{ {
if (unlikely (!hb_ot_shaper_face_data_ensure (font->face))) return;
hb_font_set_funcs (font, hb_font_set_funcs (font,
_hb_ot_get_font_funcs (), _hb_ot_get_font_funcs (),
&font->face->table, &font->face->table,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册