[perf] fix the build
This commit is contained in:
parent
76ba619daa
commit
20d1fa3671
@ -64,6 +64,7 @@ static void draw (benchmark::State &state, const char *font_path, bool is_var, b
|
|||||||
|
|
||||||
if (is_ft)
|
if (is_ft)
|
||||||
{
|
{
|
||||||
|
hb_ft_font_set_funcs (font);
|
||||||
FT_Face ft_face = hb_ft_font_get_face (font);
|
FT_Face ft_face = hb_ft_font_get_face (font);
|
||||||
hb_ft_font_set_load_flags (font, FT_LOAD_NO_HINTING | FT_LOAD_NO_SCALE);
|
hb_ft_font_set_load_flags (font, FT_LOAD_NO_HINTING | FT_LOAD_NO_SCALE);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user