Return 0 from get_glyph_nil
This commit is contained in:
parent
85555a9533
commit
850dc5bb55
|
@ -42,7 +42,7 @@
|
||||||
static hb_codepoint_t
|
static hb_codepoint_t
|
||||||
hb_font_get_glyph_nil (hb_font_t *font, hb_face_t *face, const void *user_data,
|
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)
|
hb_codepoint_t unicode, hb_codepoint_t variation_selector)
|
||||||
{ return unicode; }
|
{ return 0; }
|
||||||
|
|
||||||
static hb_bool_t
|
static hb_bool_t
|
||||||
hb_font_get_contour_point_nil (hb_font_t *font, hb_face_t *face, const void *user_data,
|
hb_font_get_contour_point_nil (hb_font_t *font, hb_face_t *face, const void *user_data,
|
||||||
|
|
Loading…
Reference in New Issue