bug-grub
[Top][All Lists]
Advanced

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

[bug #36446] wrong fonts for starfield theme


From: Mads Kiilerich
Subject: [bug #36446] wrong fonts for starfield theme
Date: Thu, 10 May 2012 10:09:03 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0

URL:
  <http://savannah.gnu.org/bugs/?36446>

                 Summary: wrong fonts for starfield theme
                 Project: GNU GRUB
            Submitted by: kiilerix
            Submitted on: Thu 10 May 2012 10:09:03 GMT
                Category: None
                Severity: Major
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 
                 Release: Bazaar - trunk
         Reproducibility: None
         Planned Release: None

    _______________________________________________________

Details:

The build system will create dejavu.pf2 with no special mkfont options and it
will thus be 16 point only. The starfield theme do however use other fonts.

As a work around I used something like

rm dejavu.pf2
grub-mkfont -o DejaVuSans-10.pf2      -s 10
/usr/share/fonts/dejavu/DejaVuSans.ttf # "DejaVu Sans Regular 10"
grub-mkfont -o DejaVuSans-12.pf2      -s 12
/usr/share/fonts/dejavu/DejaVuSans.ttf # "DejaVu Sans Regular 12"
grub-mkfont -o DejaVuSans-Bold-14.pf2 -s 14
/usr/share/fonts/dejavu/DejaVuSans-Bold.ttf # "DejaVu Sans Bold 14"

- but the theme installation is very hardcoded in the build system.


Slightly related:
It would be nice if mkfont showed exactly which "font name" it created.
It would be nice if mkfont didn't create empty pf2 files when no font source
is specified.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36446>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]