Files
UnrealEngine/Engine/Source/ThirdParty/FontConfig/fontconfig-2.13.94/test/test-60-generic.json
2025-05-18 13:04:45 +08:00

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"
}
]
}
]
}