Revamp of the bitmap allocation for the fonts. Implements the idea from FS#9907 ...
commitcbcef6700cb000b7b5216434eed296254dffc2d8
authorAlexander Levin <al.le@rockbox.org>
Fri, 6 Mar 2009 22:50:47 +0000 (6 22:50 +0000)
committerAlexander Levin <al.le@rockbox.org>
Fri, 6 Mar 2009 22:50:47 +0000 (6 22:50 +0000)
treea03293fc01e619ba277ac7f02b659039184d7a75
parentc8a60784d09cc2807a674fe586887aff0b56da59
Revamp of the bitmap allocation for the fonts. Implements the idea from FS#9907 (reallocate when maxwidth grows), but does it correctly. Also gets rid of the warning "DWIDTH spec > ..." which is irritating since the bounding box header of the font is not required to specify the MAX width.
Also replaced TABs with spaces.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20219 a1c6a512-1295-4272-9138-f99709370657
tools/convbdf.c