This seems like a bit of a hodgepodge; I'm not sure all these character sets were supported back in the DOS days and some of the character, like the runic ones, seem too big. It would be nice to know where these are all sourced from. EDIT: without the extra letter spacing added in the character samples, you can see how some of the wider characters run into their neighbors: javascript:document.styleSheets[0].insertRul…
There were multiple sources I used, first started with dosbox, checked all codepages' ascii chart, made a screenshot, went thru all characters. Then I found int10h, crosschecked a few to not miss anything. Some glyphs are result of just the combination of letters and mods (accented characters mostly). Then I found a pixel font which has about 40k glyphs as I remember, so I checked which can be derived from it in the…
Re: Show HN: Original 8x16 ASCII Fixed Width Font: Classic Console Neue
#41Thanks, you should put this info on the page!