-
Notifications
You must be signed in to change notification settings - Fork 810
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
Arrow ligatures using box drawing characters #302
Comments
Hi! So the glyphs that you're trying to connect up to the box drawing characters are actually coding ligatures. They're intended to align with the mathematical symbols that they are replacing. So they're not really meant to align with the box drawing characters. As far as I've been able to tell, the various arrow symbols, such as |
No. The ligature I'm proposing contains a box drawing character. |
So |
Ah, I see! Thanks :) |
Hi. Question for you. I'm currently implementing the arrows system like Fira Code has (see #276) and am thinking more about your request. Would that be sufficient for your needs, or are you attached to having them connect with the boxdrawing characters? And as a follow up, the arrow system includes > < | / as different options. Are you considering all those as well? |
I guess it's not really appropriate to call them needs, it's not like I desperately require this feature. But I don't think a Fira-style arrow system is a replacement for my idea. About all the arrow system components, I don't think including all of these would make sense, necessarily. I think my idea is more about a distinct feature where But of course, you could just integrate the box drawing characters into the arrow system. In that case, I'd suggest that it only works when the other stem parts of the arrow are also box drawing characters. I don't think mixing them with dashes is a good idea. |
Description of the new feature/enhancement
Add the ligature
─>
(codepoint sequence U+2500, U+003E).It should connect with
─
(U+2500)Also
It's worth thinking about whether to add this kind of ligature to other box drawing characters.
The text was updated successfully, but these errors were encountered: