<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Bitmap fonts (in FON-Format) are rendered as Helvetica-like fonts"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=59480#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Bitmap fonts (in FON-Format) are rendered as Helvetica-like fonts"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=59480">bug 59480</a>
              from <span class="vcard"><a class="email" href="mailto:akira@tagoh.org" title="Akira TAGOH <akira@tagoh.org>"> <span class="fn">Akira TAGOH</span></a>
</span></b>
        <pre>Has that font ever been rendered correctly?

I suppose the default behavior is expecting that the font is in Unicode. if
that font isn't, I'm not that surprised the rendering is wrong.

After some research, I see now FON-format version 3 has a field to determine
the charset. so given that that font contains any charset information, there
are two steps to render it properly.

1) implement FcFontDecode in fcfreetype.c for that
2) Use FcFreeTypeCharIndex() instead of FT_Get_Char_Index() in applications (in
this case in GIMP if not yet)

I'm not sure if it's worth doing. if appearing those fonts in the list is the
issue, blacklisting it may be easier perhaps.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>