From 512079f944f33be75195f240df2a668acf3d2f8d Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 20 May 2004 08:21:18 +0000 Subject: Font support, several speed and size tweaks git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4654 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/gray.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins/lib/gray.h') diff --git a/apps/plugins/lib/gray.h b/apps/plugins/lib/gray.h index 62c3dd753f..26cfc35e0d 100644 --- a/apps/plugins/lib/gray.h +++ b/apps/plugins/lib/gray.h @@ -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__ */ -- cgit v1.2.3