From 1c0a3d4d16b3ff6864c701fc94aa6878ea82a5c4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 2 May 2022 16:50:54 -0600 Subject: [PATCH] [perf/benchmark-font] Add a couple Noto fonts --- perf/benchmark-font.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/perf/benchmark-font.cc b/perf/benchmark-font.cc index 292f9cafb..f99a6bb0c 100644 --- a/perf/benchmark-font.cc +++ b/perf/benchmark-font.cc @@ -19,11 +19,13 @@ struct test_input_t const char *font_path; } tests[] = { + {SUBSET_FONT_BASE_PATH "Roboto-Regular.ttf"}, {SUBSET_FONT_BASE_PATH "SourceSansPro-Regular.otf"}, {SUBSET_FONT_BASE_PATH "AdobeVFPrototype.otf"}, {SUBSET_FONT_BASE_PATH "SourceSerifVariable-Roman.ttf"}, {SUBSET_FONT_BASE_PATH "Comfortaa-Regular-new.ttf"}, - {SUBSET_FONT_BASE_PATH "Roboto-Regular.ttf"}, + {SUBSET_FONT_BASE_PATH "NotoNastaliqUrdu-Regular.ttf"}, + {SUBSET_FONT_BASE_PATH "NotoSerifMyanmar-Regular.otf"}, };