Petr Gajdos changed bug 904015
What Removed Added
Flags   needinfo?(vkrevs@yahoo.com)

Comment # 68 on bug 904015 from
(In reply to Vadim Krevs from comment #67)
> Created attachment 713221 [details]
> Outputs of various fc-match commands requested in comment 66

Hmm, size pattern entry does not work it seems. Change the settings on the
system (comment 63) to:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <match target="font">
    <test name="font_type">
      <string>TT Instructed Font</string>
    </test>
    <test name="pixelsize" compare="less_eq">
      <double>9.0</double>
    </test>
    <edit name="antialias">
      <bool>false</bool>
    </edit>
  </match>
</fontconfig>

Please report back how fonts are rendered now.


You are receiving this mail because: