提交 850dc5bb 编写于 作者: B Behdad Esfahbod

Return 0 from get_glyph_nil

上级 85555a95
......@@ -42,7 +42,7 @@
static hb_codepoint_t
hb_font_get_glyph_nil (hb_font_t *font, hb_face_t *face, const void *user_data,
hb_codepoint_t unicode, hb_codepoint_t variation_selector)
{ return unicode; }
{ return 0; }
static hb_bool_t
hb_font_get_contour_point_nil (hb_font_t *font, hb_face_t *face, const void *user_data,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册