Photoshop only loads 8bit raw. Unless you're going to make your own format plugin. So there's no way to load the font without custom code. I believe they're stored as 4bit, even though they're actually only 2bit.
The font on the player is currently 6 pixels tall and has a defined max width of 9 pixels. The characters are compiled to be variable width. Any character can include any number of blank pixels to pad its right side, up to a maximum of the defined max width. I can't give you a suggestion for how to know where one charcter starts and another ends. There may be a marker within the file, don't know. I can find out, because I have the source to build the font binary, but I haven't studied it.
Anyway, the only reason I'm even saying any of this is because Toby has mentioned enough that I figure this is ok. If you want the actual source files however, please ask Toby because I won't give anything out without his permission.
I have compiled fonts that include more charcters than are currently on the b11 version (the b11 is missing a bunch of characters in the upper 128). Full Latin1 set in both medium and small versions. I've also got a medium with Greek upper 128 and will finish the small soon (cypher's idea and he did up some bitmaps for me to transpose and adjust a bit).
Wire knows the format however (I believe) and went so far as to suggest he might make an editor/converter. I think a converter would be a fine thing to do. An editor might need too much bitmap duplication from other apps, but if someone is willing, might be useful as well. Photoshop stinks for editing indexed bitmaps by the way.
I have some ideas for the way to visually format a bitmap for use with a converter and I also have ideas for some minimum requirements if anyone wants to do a full-fledged editor (as well as some programs that I can recommend to look at for examples).
If anyone wants to sample the more complete version of the fonts, let me know. I haven't had much opportunity to test the accented characters and I know there are a bunch I still have to fix/redo especially in the small version (I've been lazy lately
)
Bruno
Anyway, right now, I'm trying to see if I can figure out how to hack out the "Plays" display in the Info:Track view.
The text is easy enough, but the variable I don't have a clue for yet.