[Fedora-i18n-bugs] [Bug 705348] Byte-code interpreter seems not enabled in Qt

bugzilla at redhat.com bugzilla at redhat.com
Mon Jun 6 01:30:33 UTC 2011


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 <tagoh at 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.


More information about the i18n-bugs mailing list