Introduced new options for convbdf that specify how the ascent/descent is allowed...
commita46b2396b8e7d1406e0d896d4ace8e61102b7de7
authoralle <alle@a1c6a512-1295-4272-9138-f99709370657>
Sun, 8 Mar 2009 16:23:14 +0000 (8 16:23 +0000)
committeralle <alle@a1c6a512-1295-4272-9138-f99709370657>
Sun, 8 Mar 2009 16:23:14 +0000 (8 16:23 +0000)
tree65924c00372319eb63f6eefa26c45d67b032e7eb
parenta44785928fb9c5e0363594b560022159dc982a51
Introduced new options for convbdf that specify how the ascent/descent is allowed to grow to avoid glyph clipping.
The syntax is (for ascent, descent is similar): N[%][!]. E.g. -a3 allows ascent to become 3 pixels greater; -a3! forces ascent to become 3 px greater; -a20% allows ascent to grow 20% from what is specified in the font.
By default, ascent/descent are not allowed to grow.

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