mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
[benchmark-font] Add RobotoFlex
We didn't have a variable TTF before!
This commit is contained in:
parent
585c84268d
commit
41f85d0179
1 changed files with 2 additions and 1 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Reference in a new issue