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

bugzilla at redhat.com bugzilla at redhat.com
Fri Mar 27 09:02:52 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





--- Comment #4 from Nicolas Mailhot <nicolas.mailhot at laposte.net>  2009-03-27 05:02:25 EDT ---
Some feedback (but I'm *not* a CJK user so my opinion does not count much) :

1. our current practice is to forbid CJK fontconfig rules bellow 65. The
current package violates this by putting stuff at 61

2. IMHO the fontconfig rules in a package should never declare rules for fonts
not included in this package. So I'd dump all the rules not dealing with
"WenQuanYi Bitmap Song". If someone wants "AR PL ShanHeiSun Uni" rules he can
ask to have them added to the Fedora package that ships "AR PL ShanHeiSun Uni"
(if any)

3. IMHO it's also bad practice to declare a font in several generic families
choose serif, sans-serif or monospace but not all of them

4. what's the point of
 <match>
  <test name="lang" compare="contains">
   <string>zh</string>
  </test>
  <test name="family">
   <string>monospace</string>
  </test>
  <test name="pixelsize" compare="more">
   <double>16</double>
  </test>
 </match>
???

So to sum up, you've simplified a bit but it needs to be simplified a lot more,
this file tries to be too clever by half and only succeeds in confusing apps
and users

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