From 20d1fa3671134de585df993ab1ec9fc46a74634d Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Thu, 25 Jun 2020 12:50:46 +0430 Subject: [PATCH] [perf] fix the build --- perf/perf-draw.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/perf/perf-draw.hh b/perf/perf-draw.hh index 0173b719a..59ea41656 100644 --- a/perf/perf-draw.hh +++ b/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);