[Fontconfig] replacing a font size
Andy Lee
andlee at gmail.com
Mon Dec 12 14:21:39 PST 2005
Hi,
I didn't like the way the Verdana font displays at 8pts displays the numbers
"2" and "6" so I tried to replace it at another size with this:
<match target="pattern">
<test qual="any" name="family" >
<string>Verdana</string>
</test>
<test qual="any" name="size" compare="eq" >
<double>8</double>
</test>
<edit mode="assign" name="size" >
<double>7</double>
</edit>
</match>
But the above didn't seem to work. Am I not going about this the correct
way?
Thanks for any pointers!
Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/fontconfig/attachments/20051212/3dc30f73/attachment.html
More information about the Fontconfig
mailing list