mathew-kurian / CharacterMap

:tada: Online Character Map / Glyph / Icon / Font Viewer
https://mathew-kurian.github.io/CharacterMap
Apache License 2.0
298 stars 54 forks source link

Default font char / glyph in lower right #6

Open ylluminate opened 6 years ago

ylluminate commented 6 years ago

Any chance you can add a function that will also list the current default font's ASCII glyph equivalence for this character in the lower right corner? I'm doing some work in resolving missing fonts in old web pages for ancient languages and it used the old method of doing glyph substitution for characters. So you'd pop in an A and get glyph at index #65 and I'm having to look a lot of these up. An example of what I'm talking about is: example

So you'd just have a checkbox in the UI that would give say something like "Show Default ASCII Substitution Equivalent".

mathew-kurian commented 6 years ago

If you have a PR, will be happy to merge