Skip to content

Commit

Permalink
Update to HarfBuzz 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Jul 9, 2023
1 parent 3e84869 commit a6bbda9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion harfbuzz
Submodule harfbuzz updated 220 files
2 changes: 1 addition & 1 deletion hbjs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ hbjs_glyph_svg (hb_font_t *font, hb_codepoint_t glyph, char *buf, unsigned buf_s
}

user_data_t draw_data(buf, buf_size);
hb_font_get_glyph_shape (font, glyph, funcs, &draw_data);
hb_font_draw_glyph (font, glyph, funcs, &draw_data);
if (draw_data.failure)
return -1;

Expand Down

0 comments on commit a6bbda9

Please sign in to comment.