change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font glyph buffer < font header

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27911 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Fred Bauer 2010-08-27 18:25:23 +00:00
parent aaa864ea03
commit cf8f526d16
3 changed files with 10 additions and 6 deletions

View file

@ -121,7 +121,7 @@ void font_init(void) INIT_ATTR;
int font_load_remoteui(const char* path);
#endif
int font_load(struct font* pf, const char *path);
int get_glyph_size(const char *path);
int font_glyphs_to_bufsize(const char *path, int glyphs);
void font_unload(int font_id);
struct font* font_get(int font);