[perf] fix the build

pull/2505/head
Ebrahim Byagowi 5 years ago committed by GitHub
parent 76ba619daa
commit 20d1fa3671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      perf/perf-draw.hh

@ -64,6 +64,7 @@ static void draw (benchmark::State &state, const char *font_path, bool is_var, b
if (is_ft)
{
hb_ft_font_set_funcs (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);

Loading…
Cancel
Save