Files
another-boids-in-rust/vendor/fontconfig-parser/test-conf/conf.d/10-hinting-slight.conf.json

25 lines
420 B
JSON

[
{
"Description": "Set hintslight to hintstyle"
},
{
"Match": {
"target": "Pattern",
"tests": [],
"edits": [
{
"mode": "Append",
"binding": "Weak",
"value": {
"HintStyle": {
"Simple": {
"Constant": "Hintslight"
}
}
}
}
]
}
}
]