[benchmark-font] Add RobotoFlex

We didn't have a variable TTF before!
This commit is contained in:
Behdad Esfahbod 2023-06-27 12:50:04 -06:00
parent 585c84268d
commit 41f85d0179

View file

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