From 8717c1eaa12ce23501d1c6e6103eaed310204243 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 28 Feb 2010 08:36:13 +0000 Subject: redo r24943. the font mappings are not needed once the skin is finished parsing so using the skin buffer there is a waste and overcomplicates things. Also that commit breaks plain %pb so make sure you dont use %pb inside a viewport with a font number > 1 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24957 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/font.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/font.h') diff --git a/firmware/export/font.h b/firmware/export/font.h index e9bf086423..fb6438ea66 100644 --- a/firmware/export/font.h +++ b/firmware/export/font.h @@ -51,7 +51,8 @@ enum { #ifdef HAVE_REMOTE_LCD FONT_UI_REMOTE, /* UI font for remote LCD */ #endif - SYSTEMFONTCOUNT /* Number of fonts reserved for the system and ui */ + SYSTEMFONTCOUNT, /* Number of fonts reserved for the system and ui */ + FONT_FIRSTUSERFONT = 2 }; #define MAXFONTS 10 -- cgit v1.2.3