FS#7045 - Fix bug in font.c
Attached to Project:
Rockbox
Opened by takka (tfact) - Tuesday, 17 April 2007, 16:08 GMT
Last edited by Steve Bavin (pondlife) - Tuesday, 17 April 2007, 16:55 GMT
Opened by takka (tfact) - Tuesday, 17 April 2007, 16:08 GMT
Last edited by Steve Bavin (pondlife) - Tuesday, 17 April 2007, 16:55 GMT
|
Detailsbug fix
Font breaks when MAX_FONT_SIZE is 0xFFFF or more. |
This task depends upon
Closed by Paul Louden (Llorean)
Tuesday, 17 April 2007, 18:22 GMT
Reason for closing: Rejected
Additional comments about closing: This fixes a \"bug\" that only exists if the user changes the value of a #define beyond its expected range (65535) and so is not suitable for inclusion in SVN (adds code that serves no purpose except in user-modified builds)
Tuesday, 17 April 2007, 18:22 GMT
Reason for closing: Rejected
Additional comments about closing: This fixes a \"bug\" that only exists if the user changes the value of a #define beyond its expected range (65535) and so is not suitable for inclusion in SVN (adds code that serves no purpose except in user-modified builds)
The display quickens when unicode font is used when the MAX_FONT_SIZE is enlarged.
(ex. unifont.fnt is 1.3MB)
So, to be clear: This is only a bug if the User modifies MAX_FONT_SIZE, right?