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=578037 --- Comment #4 from Akira TAGOH <[email protected]> 2010-04-22 05:53:00 EDT --- Testing result: # rpm -q lohit-oriya-fonts lohit-oriya-fonts-2.4.3-4.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=or Lohit-Oriya.ttf: "Lohit Oriya" "Regular" # fc-match monospace:lang=or-in Lohit-Oriya.ttf: "Lohit Oriya" "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=or Lohit-Oriya.ttf: "Lohit Oriya" "Regular" # fc-match serif:lang=or-in Lohit-Oriya.ttf: "Lohit Oriya" "Regular" No explicit rules described for Oriya. but looks good for fallback for monospace and serif. # 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=or Lohit-Oriya.ttf: "Lohit Oriya" "Regular" # fc-match sans:lang=or-in Lohit-Oriya.ttf: "Lohit Oriya" "Regular" That looks good. # for i in $(ls /usr/share/locale|grep -v or); do fc-match sans:lang=$i|grep "Lohit Oriya"; [ $? = 0 ] && echo $i; done # 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/
