grub-devel
[Top][All Lists]
Advanced

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

why not support gzipped font file?


From: y.volta
Subject: why not support gzipped font file?
Date: Sun, 1 Jun 2008 10:50:05 +0800

Hi,

    I noticed that, /font/manager.c:51:

                  file = grub_file_open (filename); 

    so, we can only use pure font file, this will need more than 1MB bytes for 
font file, and more time to load it into memory. 

    well, how about change it to:

                  file = grub_gzfile_open (filename, 1); 

    
Best Regards!

reply via email to

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