Hi everyone
This is a stretch, but it’s based on a whole lot of work that I did today.
I spent today building character maps for our online font store. In order to do this, I needed to generate a list of only those glyphs that a font used, with their references in an acceptable html format.
Since Fontcreator has no functionality to assist with this, I used FontForge.
I used FontForge’s Encoding > Compact function to reduce the list of glyphs to only those that had characters.
I then saved a namelist file (.nam), which generates references in the following format:
0x0022 quotedbl
0x0023 numbersign
0x0024 dollar
0x0025 percent
0x0026 ampersand
0x0027 quotesingle
0x0028 parenleft
0x0029 parenright
0x002B plus
I then replaced " *" with “;” and then replace “0x” with “&#x” to convert the references to " format for use in html.
This was a lot of work for each font, and FontForge doesn’t include all of my glyphs in its namelist file.
If enough people think this would be useful for them, please say so here!