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=578023 --- Comment #4 from Akira TAGOH <[email protected]> 2010-04-26 06:16:05 EDT --- Testing result: # rpm -qa ipa-pgothic-fonts ipa-pgothic-fonts-003.02-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=ja ipag.ttf: "IPAGothic" "Regular" # fc-match monospace:lang=ja-jp ipag.ttf: "IPAGothic" "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=ja ipam.ttf: "IPAMincho" "Regular" # fc-match serif:lang=ja-jp ipam.ttf: "IPAMincho" "Regular" No explicit rules for monospace and serif in ipa-pgothic-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=ja ipagp.ttf: "IPAPGothic" "Regular" # fc-match sans:lang=ja-jp ipagp.ttf: "IPAPGothic" "Regular" That looks good since ipa-pgothic-fonts has a priority than ipa-gothic-fonts. # for i in $(ls /usr/share/locale|grep -v -E "^(ja)$"); do fc-match sans:lang=$i|grep -E "^(IPAPGothic)$"; [ $? = 0 ] && echo $i; done # No affects to other languages. -- 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/
