mathew-kurian / mathew-kurian/CharacterMap
Default font char / glyph in lower right
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 299
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
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:

So you'd just have a checkbox in the UI that would give say something like "Show Default ASCII Substitution Equivalent".
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating the character display and the UI controls, then trace how the selected character and default font glyph are rendered. Done means a checkbox can enable the requested lower-right ASCII substitution equivalent without changing the existing display when disabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100