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=578048 --- Comment #5 from Akira TAGOH <[email protected]> 2010-04-26 07:12:09 EDT --- Testing result: # rpm -qa vlgothic-* vlgothic-p-fonts-20100416-1.fc13.noarch vlgothic-fonts-20100416-1.fc13.noarch vlgothic-fonts-common-20100416-1.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 VL-Gothic-Regular.ttf: "VL Gothic" "regular" # fc-match monospace:lang=ja-jp VL-Gothic-Regular.ttf: "VL Gothic" "regular" That looks good. # 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 VL-PGothic-Regular.ttf: "VL PGothic" "regular" # fc-match sans:lang=ja-jp VL-PGothic-Regular.ttf: "VL PGothic" "regular" That looks good. # 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 sazanami-mincho.ttf: "Sazanami Mincho" "Regular" # fc-match serif:lang=ja-jp sazanami-mincho.ttf: "Sazanami Mincho" "Regular" No explicit rules for serif in vlgothic-fonts. # for i in $(ls /usr/share/locale|grep -v -E "^(ja)$"); do fc-match sans:lang=$i|grep -E "^(VL.*)$"; [ $? = 0 ] && echo $i; done # No affects to other languages though, that may be good to get rid of compare="contains" since it matches to other languages unexpectedly. -- 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/
