[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:50 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=485566

Akira TAGOH <tagoh at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|12                          |14
               Flag|needinfo?(ryo-dairiki at users |
                   |.sourceforge.net)           |

--- Comment #14 from Akira TAGOH <tagoh at redhat.com> 2010-11-18 08:35:46 EST ---
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>

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the fonts-bugs mailing list