1
0
Fork 0
forked from len0rd/rockbox

Font support, several speed and size tweaks

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4654 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2004-05-20 08:21:18 +00:00
parent 2cf4f47005
commit 512079f944
2 changed files with 149 additions and 67 deletions

View file

@ -75,6 +75,10 @@ void gray_drawbitmap(unsigned char *src, int x, int y, int nx, int ny,
int stride, bool draw_bg, int fg_brightness,
int bg_brightness);
/* font support */
void gray_setfont(int newfont);
int gray_getstringsize(unsigned char *str, int *w, int *h);
#endif /* HAVE_LCD_BITMAP */
#endif /* SIMULATOR */
#endif /* __GRAY_H__ */