This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9937 - Properly initialize char's bounding box (convbdf tool)
Attached to Project:
Rockbox
Opened by Alexander Levin (fml2) - Sunday, 22 February 2009, 12:57 GMT+2
Last edited by Alexander Levin (fml2) - Wednesday, 04 March 2009, 23:08 GMT+2
Opened by Alexander Levin (fml2) - Sunday, 22 February 2009, 12:57 GMT+2
Last edited by Alexander Levin (fml2) - Wednesday, 04 March 2009, 23:08 GMT+2
|
DetailsThis patch initializes the character's bounding box with the font's bounding box when the parsing of the character begins. It can then be overridden with the char's BBX clause. This makes sense because
1. the font BBX is the default for all characters 2. negative values are valid values for bbx and bby and hence can't be used for setting them to invalid values (the intention in the old code) |
This task depends upon
Closed by Alexander Levin (fml2)
Wednesday, 04 March 2009, 23:08 GMT+2
Reason for closing: Accepted
Additional comments about closing: This went in with r20204 as a part of clipping commit from FS#9931
Wednesday, 04 March 2009, 23:08 GMT+2
Reason for closing: Accepted
Additional comments about closing: This went in with r20204 as a part of clipping commit from