[perf/benchmark-font] Test Roboto as variable even though it's not
This commit is contained in:
parent
71a0cda869
commit
629fa8ee87
|
@ -20,7 +20,7 @@ struct test_input_t
|
||||||
const char *font_path;
|
const char *font_path;
|
||||||
} tests[] =
|
} 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"},
|
{false, SUBSET_FONT_BASE_PATH "SourceSansPro-Regular.otf"},
|
||||||
{true , SUBSET_FONT_BASE_PATH "AdobeVFPrototype.otf"},
|
{true , SUBSET_FONT_BASE_PATH "AdobeVFPrototype.otf"},
|
||||||
{true , SUBSET_FONT_BASE_PATH "SourceSerifVariable-Roman.ttf"},
|
{true , SUBSET_FONT_BASE_PATH "SourceSerifVariable-Roman.ttf"},
|
||||||
|
|
Loading…
Reference in New Issue