Allow fonts to use smaller buffers than the default size. use font_load_ex() to spefi...
commit83cfbf4e5102f1a72b4af2ae47a893168dc7cd02
authorJonathan Gordon <rockbox@jdgordon.info>
Sat, 24 Sep 2011 14:52:16 +0000 (24 14:52 +0000)
committerJonathan Gordon <rockbox@jdgordon.info>
Sat, 24 Sep 2011 14:52:16 +0000 (24 14:52 +0000)
treef4a836b576902b2dd9cc2877268bfaf6f99bcb80
parent0c521cffd4b8875a7fa42912f2b86582d37494d5
Allow fonts to use smaller buffers than the default size. use font_load_ex() to speficiy the buffer size. If the font is already loaded with a smaller buffer it will be reloaded to use the new size. Also fix an issue where handles would get lost if fonts fail to load in skins

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30592 a1c6a512-1295-4272-9138-f99709370657
apps/gui/skin_engine/skin_parser.c
firmware/export/font.h
firmware/font.c