I removed my bins, We should start fresh with better organizing/grouping. TBH I don't mind just offering suggestions for icons to include, and I am happy to let others decide what to include and where. Sorry if it seemed like I was taking over.
If you said it because my comments, please dont take it so literally, what you was doing was fine

Personally my oppinion about this is a bit divided, i think is needed to keep some order to try to prepare it well trying to make it the most generic posible
But i also think is needed someone to make experiments with some passion and you was doing that well
Also, right now the most important projects we should keep in mind are... webman and other projects related with XMB modding
So in other words... aldo and you are the ones that have a better overview of what "we" (the scene) needs
We need to make an effort to try to imagine which other projects could benefit from this custom imagefont.bin's... but personally i cant imagine which others
--------
Btw aldo, i mentioned something days ago (not sure where), is a bit pointless to repeat it because most some of you probably thought in it already
The goal is to allow webman to display icons selectivelly (based in the presence of them inside imagefont.bin)
The first thing needed to do is to read imagefont.bin contents starting from the header
In the header there is an offset that indicates where starts the index (located at bottom of imagefont.bin)
That "jump" from header to the index is very straightforward, and the info in the index is easy (in it you can see the ID of all the icons)
After that you need to store the IDs of the index in a array (or something like that)
Then, in the functions that displays icons basically is needed to do an "if-else"
if custom icon exists in the index array = display it (and the user will have the new look with custom icons)
else = dont display it (and the user will have the old look with official icons only)