[perf/benchmark-font] Add a couple Noto fonts
This commit is contained in:
parent
15fa8afb21
commit
1c0a3d4d16
|
@ -19,11 +19,13 @@ struct test_input_t
|
||||||
const char *font_path;
|
const char *font_path;
|
||||||
} tests[] =
|
} tests[] =
|
||||||
{
|
{
|
||||||
|
{SUBSET_FONT_BASE_PATH "Roboto-Regular.ttf"},
|
||||||
{SUBSET_FONT_BASE_PATH "SourceSansPro-Regular.otf"},
|
{SUBSET_FONT_BASE_PATH "SourceSansPro-Regular.otf"},
|
||||||
{SUBSET_FONT_BASE_PATH "AdobeVFPrototype.otf"},
|
{SUBSET_FONT_BASE_PATH "AdobeVFPrototype.otf"},
|
||||||
{SUBSET_FONT_BASE_PATH "SourceSerifVariable-Roman.ttf"},
|
{SUBSET_FONT_BASE_PATH "SourceSerifVariable-Roman.ttf"},
|
||||||
{SUBSET_FONT_BASE_PATH "Comfortaa-Regular-new.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"},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue