Hash : e0ac6c58 Author : Date : 2022-02-02T18:57:12
Remove remaining traces of HB_EXPERIMENTAL_API
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include "benchmark/benchmark.h" #ifdef HAVE_CONFIG_H #include "config.h" #endif #include "perf-shaping.hh" #ifdef HAVE_FREETYPE enum backend_t { HARFBUZZ, FREETYPE, TTF_PARSER }; #include "perf-extents.hh" #include "perf-draw.hh" #endif BENCHMARK_MAIN ();