This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11523 - skin_font.c loads fonts already in memory
Attached to Project:
Rockbox
Opened by Fred Bauer (freddyb) - Sunday, 08 August 2010, 00:58 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Tuesday, 10 August 2010, 15:36 GMT+2
Opened by Fred Bauer (freddyb) - Sunday, 08 August 2010, 00:58 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Tuesday, 10 August 2010, 15:36 GMT+2
|
Detailsskin_font.c tries to load fonts that are already in memory because it compares a font name to a full path name. For example: "11-Nimbus" to "/.rockbox/fonts/11-Nimbus.fnt"
|
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Tuesday, 10 August 2010, 15:36 GMT+2
Reason for closing: Accepted
Additional comments about closing: thanks. in r27766.
Tuesday, 10 August 2010, 15:36 GMT+2
Reason for closing: Accepted
Additional comments about closing: thanks. in r27766.
This is a quick patch that gets the complete filename before checking against the fonts in memory.