[Bug 578031] lang-specific overrides rule doesn't work as expected

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 22 02:09:41 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=578031

--- Comment #4 from Akira TAGOH <tagoh at redhat.com> 2010-04-21 22:09:38 EDT ---
Testing result:
# rpm -q lohit-gujarati-fonts
lohit-gujarati-fonts-2.4.4-3.fc13.noarch
# fc-match monospace:lang=en
DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book"
# fc-match monospace:lang=en-us
DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book"
# fc-match monospace:lang=gu
Lohit-Gujarati.ttf: "Lohit Gujarati" "Regular"
# fc-match monospace:lang=gu-in
Lohit-Gujarati.ttf: "Lohit Gujarati" "Regular"
# fc-match serif:lang=en
DejaVuSerif.ttf: "DejaVu Serif" "Book"
# fc-match serif:lang=en-us
DejaVuSerif.ttf: "DejaVu Serif" "Book"
# fc-match serif:lang=gu
Lohit-Gujarati.ttf: "Lohit Gujarati" "Regular"
# fc-match serif:lang=gu-in
Lohit-Gujarati.ttf: "Lohit Gujarati" "Regular"

Since lohit-gujarati-fonts doesn't have any rules for monospace and serif (and
nothing else packages available in Fedora?) this just works as the above.
please note that it may be changed when any packages started to provide
Gujarati fonts.

# fc-match sans:lang=en
DejaVuSans.ttf: "DejaVu Sans" "Book"
# fc-match sans:lang=en-us
DejaVuSans.ttf: "DejaVu Sans" "Book"
# fc-match sans:lang=gu
Lohit-Gujarati.ttf: "Lohit Gujarati" "Regular"
# fc-match sans:lang=gu-in
Lohit-Gujarati.ttf: "Lohit Gujarati" "Regular"

That looks good.

# for i in $(ls /usr/share/locale|grep -v gu); do fc-match sans:lang=$i|grep
"Lohit Gujarati"; [ $? = 0 ] && echo $i; done
#

So confirmed the updated package works fine.

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