All of lore.kernel.org
 help / color / mirror / Atom feed
* why not support gzipped font file?
@ 2008-06-01  2:50 y.volta
  2008-06-01  4:10 ` Colin D Bennett
  0 siblings, 1 reply; 2+ messages in thread
From: y.volta @ 2008-06-01  2:50 UTC (permalink / raw)
  To: grub-devel

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!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-01  4:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-01  2:50 why not support gzipped font file? y.volta
2008-06-01  4:10 ` Colin D Bennett

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.