needinfo canceled: [Bug 485566] [CJK] Fontconfig should select DejaVu font for rendering ASCII glyphs

bugzilla at redhat.com bugzilla at redhat.com
Thu Nov 18 13:35:46 UTC 2010



Product: Fedora
Version: 14
Component: fontconfig

Akira TAGOH <tagoh at redhat.com> has canceled Bug Zapper
<fedora-triage-list at redhat.com>'s request for needinfo:
Bug 485566: [CJK] Fontconfig should select DejaVu font for rendering ASCII
glyphs
https://bugzilla.redhat.com/show_bug.cgi?id=485566

------- Additional Comments from Akira TAGOH <tagoh at redhat.com>
This is still present in even f14.

I'm a bit thinking of a feature to get rid of the specific code point from the
charset tables for the certain font cache like:

<match target="scan">
  <test name="family">
    <string>VL Gothic</string>
  </test>
  <edit name="charset" mode="remove">
    <range>
      <string>U+0021</string>
      <string>U+00FF</string>
    </range>
  </edit>
</match>


More information about the triage mailing list