-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Arbitrary-length arrows #346
Comments
it’s actually not a bad idea |
@wopian what font is that on the screenshot? |
Iosevka, I guess |
Sorry, don't know why I didn't specify the font originally. It's |
Thanks! I checked it but missed the point that not all arrows are enabled by default. Also double arrows looked differently in 2017. BTW it’s iosevka, not Losevka (although I was wondering the same question every time I saw the name. I went and checked to be sure just now. The importance of using the proper font :) |
The downside of most repositories being all-lowercase and |
Done in v4 |
To support LONG arrows like
<-----------------------
and---------------------->
The current Iosevka implementation is:
Leftward : A chaining substitution like
sub hyphen.cont hyphen' by hyphen.cont
Rightward : A Reverse Chained Single Substitution table like
reversesub hyphen' hyphen.cont by hyphen.cont
. See here.NOTE: FontForge cannot export Reverse Subs.
The text was updated successfully, but these errors were encountered: