[perf/benchmark-font] Add a couple Noto fonts

This commit is contained in:
Behdad Esfahbod 2022-05-02 16:50:54 -06:00
parent 15fa8afb21
commit 1c0a3d4d16
1 changed files with 3 additions and 1 deletions

View File

@ -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"},
};