[Bug 528675] Review Request: knm-new-fonts - 12x12 JIS X 0208 Bitmap font

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <tagoh@xxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Flag|needinfo?(tagoh@xxxxxxxxxx) |




--- Comment #3 from Akira TAGOH <tagoh@xxxxxxxxxx>  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-package-review mailing list
Fedora-package-review@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-package-review

[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]