Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some more Legacy Computing Symbols (pt 3) #2200

Merged
merged 4 commits into from
Feb 9, 2024
Merged

Conversation

Logo121
Copy link
Contributor

@Logo121 Logo121 commented Feb 9, 2024

Part of #2189.

Including ranges:

  • U+1FBD8 - U+1FBDB (Diagonal box drawings)
    • done by clipping the existing diagonal glyphs.
    • The rest have the "mask or no mask" inconsistency between diagonals that end on edge or corner (as mentioned in Issue with diagonal box-drawing characters #2197, i don't think that's resolved yet), so i'm skipping them for now.
  • U+1F5C0 (Folder (U+1F5C0). #2181)
    • Basically using the same process as the pointing finger glyphs. Might look a bit too wide tho.
  • U+1CC21 - U+1CC2F, U+1CE51 - U+1CE5F (gapped mosaic)
    • These are encoded regularly (by bit) as there are no duplicates with existing characters (except the empty one).
    • The gap currently depends on the character height (1/10 of height). Not sure if they need to be scaled with weight or something else.

Comparison with FairfaxHD (above):
image
imageimageimage

@be5invis be5invis merged commit bdd070b into be5invis:dev Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants