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 <[email protected]> 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. _______________________________________________ fonts-bugs mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs http://fonts.fedoraproject.org/
