This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9347 - Font cleanup (unicode, renaming)
Attached to Project:
Rockbox
Opened by Jonas Häggqvist (rasher) - Monday, 01 September 2008, 02:24 GMT+2
Last edited by Jens Arnold (amiconn) - Wednesday, 03 September 2008, 01:31 GMT+2
Opened by Jonas Häggqvist (rasher) - Monday, 01 September 2008, 02:24 GMT+2
Last edited by Jens Arnold (amiconn) - Wednesday, 03 September 2008, 01:31 GMT+2
|
DetailsThe attached patch converts all fonts to ISO10646-1 encoding.
This is done using the attached script, or manually for the current ISO8859-1 fonts which simply needed editing of the header, as well as adding appropriate properties to some current ISO10646-1 fonts without any information saying so. Furthermore, I suggest renaming fonts to make things less confusing: courB08.bdf => Courier-Bold-8.bdf snap.bdf => snap-10.bdf win_crox0c.bdf => Cronyx-Fixed-10.bdf win_crox1c.bdf => Cronyx-Courier-8.bdf win_crox2c.bdf => Cronyx-Courier-10.bdf win_crox3c.bdf => Cronyx-Courier-12.bdf win_crox4h.bdf => Cronyx-Helvetica-14.bdf win_crox5t.bdf => Cronyx-Times-18.bdf And the same way for the rest. Include the actual font name, variation and size rather than a cryptic shortened version of both. Maybe the size should come first, since that's often what's most important to the user? Finally, alt8x8.bdf should probably just be deleted. To use any2unicode.pl you need the MAPPINGS dir from ftp://ftp.unicode.org/Public/ |
This task depends upon
Closed by Jens Arnold (amiconn)
Wednesday, 03 September 2008, 01:31 GMT+2
Reason for closing: Fixed
Additional comments about closing: Unicode conversion and renaming (using correct pixel heights) committed to SVN. Some fonts were removed for various reasons, see r18381, r18385 and r18388.
Wednesday, 03 September 2008, 01:31 GMT+2
Reason for closing: Fixed
Additional comments about closing: Unicode conversion and renaming (using correct pixel heights) committed to SVN. Some fonts were removed for various reasons, see r18381, r18385 and r18388.
For some fonts, the size I typed (from a quick glance at FONTBOUNDINGBOX) is obviously wrong, but this is a start.