fontconfig/test/test-60-generic.json

35 lines
661 B
JSON

{
"fonts": [
{
"family": "Foo",
"color": true
},
{
"family": "Bar",
"color": false
},
{
"family": "Baz",
"color": "DontCare"
}
],
"tests": [
{
"method": "list",
"query": {
"color": true
},
"result_fs": [
{
"family": "Foo",
"color": true
},
{
"family": "Baz",
"color": "DontCare"
}
]
}
]
}