mathew-kurian / mathew-kurian/CharacterMap

Default font char / glyph in lower right

Open
#6 1 comment 0 reactions 0 assignees View on GitHub

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:
example

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.