[Bug 529594] [zh] gnome-terminal mixing fonts for ascii

bugzilla at redhat.com bugzilla at redhat.com
Mon Oct 19 05:12:37 UTC 2009


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=529594





--- Comment #6 from Peng Huang <phuang at redhat.com>  2009-10-19 01:12:36 EDT ---
BTW, I added a new conf file (99-zh_CN.conf) to let fontconfig pick up glyphs
from "DejaVu Sans Mono" for Monospace. But it doesn't work.

=============== 99-zh_CN.conf ==============
<fontconfig>
 <match target="pattern">
  <test qual="any" name="family">
   <string>serif</string>
  </test>
  <edit name="family" mode="prepend" binding="strong">
   <string>Bitstream Vera Serif</string>
   <string>DejaVu Serif</string>
   <string>AR PL ShanHeiSun Uni</string>
   <string>WenQuanYi Bitmap Song</string>
   <string>AR PL UMing CN</string>
   <string>AR PL UKai CN</string>
   <string>AR PL ZenKai Uni</string>
  </edit>
 </match> 
 <match target="pattern">
  <test qual="any" name="family">
   <string>sans-serif</string>
  </test>
  <edit name="family" mode="prepend" binding="strong">
   <string>Bitstream Vera Sans</string>
   <string>DejaVu Sans</string>
   <string>WenQuanYi Zen Hei</string>
   <string>AR PL UMing CN</string>
   <string>AR PL ShanHeiSun Uni</string>
   <string>WenQuanYi Bitmap Song</string>
   <string>AR PL UKai CN</string>
   <string>AR PL ZenKai Uni</string>
  </edit>
 </match> 
 <match target="pattern">
  <test qual="any" name="family">
   <string>monospace</string>
  </test>
  <edit name="family" mode="prepend" binding="strong">
   <string>Bitstream Vera Sans Mono</string>
   <string>DejaVu Sans Mono</string>
   <string>WenQuanYi Zen Hei</string>
   <string>AR PL UMing CN</string>
   <string>AR PL ShanHeiSun Uni</string>
   <string>WenQuanYi Bitmap Song</string>
   <string>AR PL UKai CN</string>
   <string>AR PL ZenKai Uni</string>
  </edit>
 </match> 
</fontconfig>

-- 
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