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=578032
--- Comment #4 from Akira TAGOH tagoh@redhat.com 2010-04-22 03:20:30 EDT --- Testing result: # rpm -q lohit-kannada-fonts lohit-kannada-fonts-2.4.5-2.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=kn Lohit-Kannada.ttf: "Lohit Kannada" "Regular" # fc-match monospace:lang=kn-in Lohit-Kannada.ttf: "Lohit Kannada" "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=kn Lohit-Kannada.ttf: "Lohit Kannada" "Regular" # fc-match serif:lang=kn-in Lohit-Kannada.ttf: "Lohit Kannada" "Regular"
Though no rules for monospace nor serif is described in lohit-kannada-fonts, it just works so far. please note that this result may be changed once any fonts started providing Kannada support.
# 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=kn Lohit-Kannada.ttf: "Lohit Kannada" "Regular" # fc-match sans:lang=kn-in Lohit-Kannada.ttf: "Lohit Kannada" "Regular"
That looks good.
# for i in $(ls /usr/share/locale|grep -v kn); do fc-match sans:lang=$i|grep "Lohit Kannada"; [ $? = 0 ] && echo $i; done #
No further affects on this font. so confirmed that the updated package works fine.