mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 14:45:24 +00:00
Return 0 from get_glyph_nil
This commit is contained in:
parent
85555a9533
commit
850dc5bb55
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue