Files
UnrealEngine/Engine/Source/ThirdParty/FontConfig/fontconfig-2.13.94/test/test-style-match.json
2025-05-18 13:04:45 +08: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
}
}
]
}