[Fedora-i18n-bugs] [Bug 578051] lang-specific overrides rule doesn't work as expected

bugzilla at redhat.com bugzilla at redhat.com
Wed Apr 7 02:32:46 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=578051

Peng Wu <pwu at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |phuang at redhat.com

--- Comment #1 from Peng Wu <pwu at redhat.com> 2010-04-06 22:32:43 EDT ---
I tested the changes on Fedora 13, and the result is as following:
(font config file is from http://pwu.fedorapeople.org/fonts-conf/).

1. Before removing binding="same" or binding="strong":
+ fc-match sans
wqy-zenhei.ttc: "WenQuanYi Zen Hei" "中等"
+ fc-match sans:lang=zh
DejaVuSans.ttf: "DejaVu Sans" "Book"
+ fc-match sans:lang=zh-cn
DejaVuSans.ttf: "DejaVu Sans" "Book"
+ fc-match sans:lang=zh-tw
DejaVuSans.ttf: "DejaVu Sans" "Book"
+ fc-match sans:lang=zh-hk
DejaVuSans.ttf: "DejaVu Sans" "Book"
+ fc-match sans:lang=en
DejaVuSans.ttf: "DejaVu Sans" "Book"
+ fc-match sans:lang=en-us
DejaVuSans.ttf: "DejaVu Sans" "Book"

2. After removing binding="same" or binding="strong":
+ fc-match sans
wqy-zenhei.ttc: "WenQuanYi Zen Hei" "中等"
+ fc-match sans:lang=zh
uming.ttc: "AR PL UMing TW" "Light"
+ fc-match sans:lang=zh-cn
uming.ttc: "AR PL UMing TW" "Light"
+ fc-match sans:lang=zh-tw
uming.ttc: "AR PL UMing TW" "Light"
+ fc-match sans:lang=zh-hk
uming.ttc: "AR PL UMing TW" "Light"
+ fc-match sans:lang=en
DejaVuSans.ttf: "DejaVu Sans" "Book"
+ fc-match sans:lang=en-us
DejaVuSans.ttf: "DejaVu Sans" "Book"

It seems that removing the binding="same" helps split between English and
Chinese fonts.

-- 
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 i18n-bugs mailing list