提交 20c8b908 编写于 作者: B Behdad Esfahbod

Finish off previous change

上级 0fd8c2f1
...@@ -294,6 +294,7 @@ hb_font_get_glyph (hb_font_t *font, ...@@ -294,6 +294,7 @@ hb_font_get_glyph (hb_font_t *font,
hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t unicode, hb_codepoint_t variation_selector,
hb_codepoint_t *glyph) hb_codepoint_t *glyph)
{ {
*glyph = 0;
return font->klass->get.glyph (font, font->user_data, return font->klass->get.glyph (font, font->user_data,
unicode, variation_selector, glyph, unicode, variation_selector, glyph,
font->klass->user_data.glyph); font->klass->user_data.glyph);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册