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=578030 --- Comment #4 from Akira TAGOH <[email protected]> 2010-04-21 21:59:36 EDT --- # rpm -q lohit-bengali-fonts lohit-bengali-fonts-2.4.3-5.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=bn Lohit-Bengali.ttf: "Lohit Bengali" "Regular" # fc-match monospace:lang=bn-bd Lohit-Bengali.ttf: "Lohit Bengali" "Regular" # fc-match monospace:lang=bn-in Lohit-Bengali.ttf: "Lohit Bengali" "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=bn Lohit-Bengali.ttf: "Lohit Bengali" "Regular" # fc-match serif:lang=bn-bd Lohit-Bengali.ttf: "Lohit Bengali" "Regular" # fc-match serif:lang=bn-in Lohit-Bengali.ttf: "Lohit Bengali" "Regular" Though no explicit rules are defined in 66-lohit-bengali.conf. it may be changed in the future when any packages started to provide monospace or serif for Bengali. # 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=bn Lohit-Bengali.ttf: "Lohit Bengali" "Regular" # fc-match sans:lang=bn-bd Lohit-Bengali.ttf: "Lohit Bengali" "Regular" # fc-match sans:lang=bn-in Lohit-Bengali.ttf: "Lohit Bengali" "Regular" That looks good. # for i in $(ls /usr/share/locale|grep -v -E '^bn$|^bn_.*$'); do fc-match sans:lang=$i|grep "Lohit Bengali"; [ $? = 0 ] && echo $i; done Lohit-Bengali.ttf: "Lohit Bengali" "Regular" as same issue I pointed out this in Bug#578029. Anyway, all the above issues are different to this. so I'd waive it so far. -- 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/
