17 lines
294 B
C++
17 lines
294 B
C++
#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"
|
|
#ifdef HB_EXPERIMENTAL_API
|
|
#include "perf-draw.hh"
|
|
#endif
|
|
#endif
|
|
|
|
BENCHMARK_MAIN ();
|