diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2004-05-20 08:21:18 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2004-05-20 08:21:18 +0000 |
| commit | 512079f944f33be75195f240df2a668acf3d2f8d (patch) | |
| tree | 7f3415dda55557d31faee616aa574486468a56d4 /apps/plugins/lib/gray.h | |
| parent | 2cf4f470053cf69f627943101a05e802195bc07b (diff) | |
| download | rockbox-512079f944f33be75195f240df2a668acf3d2f8d.zip rockbox-512079f944f33be75195f240df2a668acf3d2f8d.tar.gz rockbox-512079f944f33be75195f240df2a668acf3d2f8d.tar.bz2 rockbox-512079f944f33be75195f240df2a668acf3d2f8d.tar.xz | |
Font support, several speed and size tweaks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4654 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/gray.h')
| -rw-r--r-- | apps/plugins/lib/gray.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/lib/gray.h b/apps/plugins/lib/gray.h index 62c3dd7..26cfc35 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__ */ |