XenThePybroCan someone tell me about the blur option for fonts in clientscheme.res please?
from the valve dev wiki:
"blur is not the degree of blurriness, but rather the number of times the blurred font should be rendered additively on top of itself during the TrueType rasterization. Therefore, the number 5 ensures that the blurry number will be quite bright on screen."
just add blur # to the font definition to make that font blurry. for example:
juliaBlurMedium
{
"1"
{
"name" "Nimbus"
"tall" "28"
"antialias" "1"
"custom" "1"
"weight" "0"
"range" "0x0000 0xFFFF"
"blur" "3"
"additive" "0"
}
}
values from 1-3 are nice for text shadows in my experience