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 box drawing + Terminal Arrows #2207

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Some box drawing + Terminal Arrows #2207

merged 1 commit into from
Feb 22, 2024

Conversation

Logo121
Copy link
Contributor

@Logo121 Logo121 commented Feb 22, 2024

Part of #2189.

Including ranges:

  • U+1CE09 - U+1CE0A (Diagonal box drawings)
  • U+1FBD0 - U+1FBD7, U+1FBDC - U+1FBDF (Diagonal lines from corner to center of edge)
    • For now its just assumed that the lines are cropped on the edge and not in the corner.
  • U+1F8B8 - U+1F8BB (Diagonal arrows from bar)
    • Reimplemented the "arrow from bar" as a function instead of composing existing glyphs + bar.
    • The shafts are shrunk so that (essentially) they will not bleed out vertically.
  • Temporary: U+1F8B3 (download-like arrow)
    • Implemented true to its name for now, but the actual reference graphic looks thicker and wider than that.
    • May want to revise this to follow some black arrows in Supplementary Arrows C in the future.

Other:

  • U+25D9 () reimplemented using difference instead of combining ◚◛ because it sometimes looks split when zoomed in.

Reference:
FairfaxHD image
image

@be5invis be5invis merged commit e13e932 into be5invis:dev Feb 22, 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