[perf/benchmark-font] Test Roboto as variable even though it's not

This commit is contained in:
Behdad Esfahbod 2022-05-16 17:44:50 -06:00
parent 71a0cda869
commit 629fa8ee87
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ struct test_input_t
const char *font_path;
} tests[] =
{
{false, SUBSET_FONT_BASE_PATH "Roboto-Regular.ttf"},
{true , SUBSET_FONT_BASE_PATH "Roboto-Regular.ttf"},
{false, SUBSET_FONT_BASE_PATH "SourceSansPro-Regular.otf"},
{true , SUBSET_FONT_BASE_PATH "AdobeVFPrototype.otf"},
{true , SUBSET_FONT_BASE_PATH "SourceSerifVariable-Roman.ttf"},