summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_fonts.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-05-12 09:31:40 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-05-12 09:31:40 +0000
commitd6dbfef4520475a5275e0bc84c917dbb06724b54 (patch)
tree81268860f1b8bbad3fdaa32a3bc7cc8324ca0d1d /apps/gui/skin_engine/skin_fonts.h
parent35fd1e4e9933cc3d448cd6415f43f42f0289cd61 (diff)
downloadrockbox-d6dbfef4520475a5275e0bc84c917dbb06724b54.tar.gz
rockbox-d6dbfef4520475a5275e0bc84c917dbb06724b54.zip
Borrow another 10K to make sure multifont will have room on even the smallerst screens
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25962 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/skin_fonts.h')
-rw-r--r--apps/gui/skin_engine/skin_fonts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/skin_fonts.h b/apps/gui/skin_engine/skin_fonts.h
index 778be0a73a..18aa885711 100644
--- a/apps/gui/skin_engine/skin_fonts.h
+++ b/apps/gui/skin_engine/skin_fonts.h
@@ -33,6 +33,9 @@
33#define _SKINFONTS_H_ 33#define _SKINFONTS_H_
34 34
35 35
36#define SKIN_FONT_SIZE 10000
37
38
36void skin_font_init(void); 39void skin_font_init(void);
37 40
38/* load a font into the skin buffer. return the font id. */ 41/* load a font into the skin buffer. return the font id. */