[Bug 492510] Regression: wqy-bitmap-fonts preferred font over truetype fonts

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 30 04:06:13 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=492510


Qianqian Fang <fangqq at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Flag|                            |needinfo?(tagoh at redhat.com)




--- Comment #42 from Qianqian Fang <fangqq at gmail.com>  2009-04-30 00:06:12 EDT ---
and also can you tell me why you can not the following config file to
vlgothic-fonts to make it a preferred fonts for ja locale?


<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
 <!-- Generic names -->
 <alias>
  <family>VL PGothic</family>
  <default>
   <family>sans-serif</family>
  </default>
 </alias>
 <alias>
  <family>VL Gothic</family>
  <default>
   <family>monospace</family>
  </default>
 </alias>

 <!-- Locale-specific overrides -->
 <match>
  <test name="lang" compare="contains">
   <string>ja</string>
  </test>
  <edit name="family" mode="prepend" binding="same">
   <string>VL PGothic</string>

  </edit>
 </match>
</fontconfig>


if VL Gothic is only installed when selecting ja language, you can even use
this


<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <alias>
   <family>sans-serif</family>
   <prefer>
    <family>DejaVu Sans</family>
    <family>Bitstream Vera Sans</family>
    <family>VL PGothic</family>
   </prefer>
  </alias>
  <alias>
   <family>monospace</family>
   <prefer>
    <family>DejaVu Sans Mono</family>
    <family>Bitstream Vera Sans Mono</family>
    <family>VL Gothic</family>
   </prefer>
  </alias>
</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 Fedora-fonts-bugs-list mailing list