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=528675 Akira TAGOH <ta...@redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(ta...@redhat.com) | --- Comment #3 from Akira TAGOH <ta...@redhat.com> 2009-10-19 04:23:14 EDT --- (In reply to comment #1) > 4. you should put > /etc/X11/fontpath.d/knm-new > and > /usr/share/fonts/knm-new/fonts.dir > in a separate legacy subpackage Is there any template or the proposed subpackage name for that? knm-new-fixed-legacy-fonts? or knm-new-fixed-fonts-legacy? > 7. It would be nice to include a fontconfig file for the font I'm not quite sure if this kind of the bitmap fonts only available for some pt. really helps though. hmm, I haven't tested but something like this? <?xml version="1.0" encoding="UTF-8"> <!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> <fontconfig> <alias> <family>Fixed</family> <default> <family>monospace</family> </default> </alias> <match> <test name="lang"> <string>ja-jp</string> </test> <test name="family"> <string>monospace</string> </test> <test name="size" compare=eq"> <double>12</double> </test> <edit name="family" mode="prepend" binding="same"> <string>Fixed</string> </edit> </match> </fontconfig> FWIW I don't think Japanese people wants to see the bitmap glyphs for the desktop. -- 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 Fedora-fonts-bugs-list@redhat.com https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list