ghostty/vendor/fontconfig-2.14.0/test/test-style-match.json
2022-09-13 13:53:20 -07:00

32 lines
759 B
JSON

{
"fonts": [
{
"family": [ "Foo", "Foo Caption" ],
"style": [ "Caption", "Regular" ],
"file": "/path/to/Foo-Capt.ttf",
"fontversion": 133365
},
{
"family": "Foo",
"style": "Regular",
"file": "/path/to/Foo-Regular.ttf",
"fontversion": 133365
}
],
"tests": [
{
"method": "match",
"query": {
"family": "Foo",
"style": "Regular"
},
"result": {
"family": "Foo",
"style": "Regular",
"file": "/path/to/Foo-Regular.ttf",
"fontversion": 133365
}
}
]
}