Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=705348

--- Comment #17 from Akira TAGOH <ta...@redhat.com> 2011-06-05 21:30:32 EDT ---
Does modifying matching rules in all lohit fonts' fontconfig files like:

<match target="font">
  <test name="family" compare="eq">
    <string>Lohit blahblahblah</string>
  </test>
  <edit name="autohint" mode="assign">
    <bool>true</bool>
  </edit>
</match>

To:

<match target="font">
  <test qual="first" name="family" compare="eq">
    <string>Lohit blahblahblah</string>
  </test>
  <edit name="autohint" mode="assign">
    <bool>true</bool>
  </edit>
</match>

help?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list
fonts-bugs@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

Reply via email to