<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:psychon@znc.in" title="Uli Schlachter <psychon@znc.in>"> <span class="fn">Uli Schlachter</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - Disappearing characters with big fonts and disabled antialiasing"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=77405">bug 77405</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>NEEDINFO
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - Disappearing characters with big fonts and disabled antialiasing"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=77405#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO --- - Disappearing characters with big fonts and disabled antialiasing"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=77405">bug 77405</a>
              from <span class="vcard"><a class="email" href="mailto:psychon@znc.in" title="Uli Schlachter <psychon@znc.in>"> <span class="fn">Uli Schlachter</span></a>
</span></b>
        <pre>So the debian bug report says that "gxmessage -fn 'DejaVu Sans Mono 100'
1.2.3.4.5" is supposed to be broken. However, that works for me.

It also says a bit about some stuff in ~/.fonts.conf. Since I don't know much
about .fonts.conf, I asked google for some input and came up with the
following:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
 <match target="font" >
  <edit mode="assign" name="antialias" >
   <bool>false</bool>
  </edit>
 </match>
</fontconfig>

Still no problem with gxmessage.

What am I doing wrong?

(P.S.: This works for me both with latest git and with debian's 1.12.16-2)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>