Rockbox mail archive
Subject: Re: [PATCH] new default font, cleanup, bug fix
From: Greg Haerr (greg_at_censoft.com)
Date: 2002-09-20
: Another bug: The system.fnt doesn't load automatically after startup
: (resume is on). I must go to the menu, then it is updated.
This is not a font system bug. The font is loaded at
system startup, but the code that displays "Resume..."
message needs to have a lcd_setfont(FONT_UI)
inserted.
It is important to realize that the applications (tree, wps,
games, etc) control which font is displayed through
the lcd_setfont() or font param to lcd_putsxy. Bjorn
suggested that he'd like to see all the font parameters
removed from lcd_putsxy, lcd_getstringsize, etc, which
will make this easier. I was going to send in a patch for
this but the code is too ugly, and I don't want to break
existing app/game behaviour. Bjorn has this on his to-do list.
Regards,
Greg
Page was last modified "Jan 10 2012" The Rockbox Crew
|