I made two errors in my reply to you.

On Fri, Jul 07, 2006 at 03:20:55AM -0400, Branden Robinson wrote:
> I do have a $HOME/.fonts.conf, and I am attaching it.

I didn't.  Trying again.

> > What happens if you run with the MOZ_DISABLE_PANGO environment variable
> > set to 1 ?
> 
> The problem goes away.  The fonts are a look at little worse but at least I
> can read things.  Thanks for the workaround!

s/are a look at little/are looking a little/

Apparently I momentarily forgot how to speak English...

-- 
G. Branden Robinson            |       You want a cornhole while you wait
Free Software Developer        |       for your 3-way?
[EMAIL PROTECTED]          |       -- utterly innocent sentence in
http://deadbeast.net/~branden/ |          southwestern Ohio
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- add Bitstream fonts to the list when looking for Times/Helvetica/Courier 
-->
<match target="pattern">
    <test name="family"><string>Times</string></test>
    <edit name="family" mode="append" binding="same">
      <string>Bitstream Vera Serif</string>
    </edit>
  </match>
  <match target="pattern">
    <test name="family"><string>Helvetica</string></test>
    <edit name="family" mode="append" binding="same">
      <string>Bitstream Vera Sans</string>
    </edit>
  </match>
  <match target="pattern">
    <test name="family"><string>Courier</string></test>
    <edit name="family" mode="append" binding="same">
      <string>Bitstream Vera Sans Mono</string>
    </edit>
  </match>
<!-- use autohinting and no subpixel on Nimbus fonts -->
  <match target="font">
    <test name="family"><string>Nimbus Roman No9 L</string></test>
    <edit name="rgba" mode="assign"><const>none</const></edit>
    <edit name="autohint" mode="assign"><bool>true</bool></edit>
  </match>
  <match target="font">
    <test name="family"><string>Nimbus Sans L</string></test>
    <edit name="rgba" mode="assign"><const>none</const></edit>
    <edit name="autohint" mode="assign"><bool>true</bool></edit>
  </match>
  <match target="font">
    <test name="family"><string>Nimbus Mono L</string></test>
    <edit name="rgba" mode="assign"><const>none</const></edit>
    <edit name="autohint" mode="assign"><bool>true</bool></edit>
  </match>
<!-- add fixed back into the mix -->
<!--  <selectfont>
    <acceptfont>
      <pattern>
        <patelt name="family"><string>fixed</string></patelt>
      </pattern>
    </acceptfont>
  </selectfont> -->
</fontconfig>

Attachment: signature.asc
Description: Digital signature

Reply via email to