[Fontconfig] replacing a font size

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Fedora Fonts]     [Fedora Users]     [Fedora Cloud]     [Kernel]     [Fedora Packaging]     [Fedora Desktop]     [PAM]     [Gimp Graphics Editor]     [Yosemite News]

  Powered by Linux