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:
parent
541dd6fda5
commit
c0f1c49178
6 changed files with 83 additions and 192 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue