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=492510 Qianqian Fang <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?([email protected]) --- Comment #42 from Qianqian Fang <[email protected]> 2009-04-30 00:06:12 EDT --- and also can you tell me why you can not the following config file to vlgothic-fonts to make it a preferred fonts for ja locale? <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <!-- Generic names --> <alias> <family>VL PGothic</family> <default> <family>sans-serif</family> </default> </alias> <alias> <family>VL Gothic</family> <default> <family>monospace</family> </default> </alias> <!-- Locale-specific overrides --> <match> <test name="lang" compare="contains"> <string>ja</string> </test> <edit name="family" mode="prepend" binding="same"> <string>VL PGothic</string> </edit> </match> </fontconfig> if VL Gothic is only installed when selecting ja language, you can even use this <?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <alias> <family>sans-serif</family> <prefer> <family>DejaVu Sans</family> <family>Bitstream Vera Sans</family> <family>VL PGothic</family> </prefer> </alias> <alias> <family>monospace</family> <prefer> <family>DejaVu Sans Mono</family> <family>Bitstream Vera Sans Mono</family> <family>VL Gothic</family> </prefer> </alias> </fontconfig> -- 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. _______________________________________________ Fedora-fonts-bugs-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list
