1
0
Fork 0
forked from len0rd/rockbox

Get rid of some of the code duplication from checkwps, it still duplicates a lot though.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22695 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-09-13 13:40:58 +00:00
parent 541dd6fda5
commit c0f1c49178
6 changed files with 83 additions and 192 deletions

View file

@ -62,13 +62,11 @@
* must be available at system startup.
* Fonts are specified in firmware/font.c.
*/
#ifndef __PCTOOL__
enum {
FONT_SYSFIXED, /* system fixed pitch font*/
FONT_UI, /* system porportional font*/
MAXFONTS
};
#endif
/*
* .fnt loadable font file format definition