be5invis / Iosevka

Versatile typeface for code, from code.
http://be5invis.github.io/Iosevka
SIL Open Font License 1.1
19.3k stars 577 forks source link

Support all glyphs for standard ASCII set displaying #577

Closed dwellervoid closed 4 years ago

dwellervoid commented 4 years ago

It is useful, when the terminal font supports all possible ASCII glyphs. Iosevka 3.1.1 supports most of them, but not yet all, as you can see on the image (extra bold SS14 variant was used): ascii Other fonts like e.g. Lucida Console support full set of ASCII glyphs, so it will be great, if iosevka will support them too. Maybe all glyphs are already exist in font, so only mapping should be corrected.

Look at glyphs with codes 0x01, 0x02 and maybe 0x7F, they are absent.

be5invis commented 4 years ago

This is CP437, not ASCII.

be5invis commented 4 years ago

image

paolobolzoni commented 4 years ago

pngout

I rebuilt iosevka from the dev branch, how can I see those glyphs? Since it is not Ascii, do I need to something unusual?

be5invis commented 4 years ago

@paolobolzoni You can try grab the chars from https://en.wikipedia.org/wiki/Code_page_437