fonts.conf

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

 



Hello guys,

I am using hintslight by default . I want to configure fontconfig to
use hintmedium for fonts equal or smaller than 9px , this is what i
have in my .fonts.conf :

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <match target="font">
    <test name="pixelsize" compare="less_eq">
      <double>9.0</double>
    </test>
    <edit name="hintstyle" mode="assign">
      <const>hintmedium</const>
    </edit>
  </match>
</fontconfig>

But it does not works,

what is wrong?

Thanks,
David

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux