-
Notifications
You must be signed in to change notification settings - Fork 203
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
Merge remote-tracking branch 'kiliman/master' #185
Conversation
New Ligatures: - colon_colon - exclam_exclam - semicolon_semicolon - less_less - greater_greater - hyphen_equal (minus_equal) - asterisk_equal - slash_equal - less_slash_greater - less_less_equal - quotedbl_quotedbl_quotedbl - quotesingle_quotesingle_quotesingle New Powerline Glyhps: - E0A1 (Powerline LN) - E0A2 (Powerline lock) - E0B1 (Powerline left soft divider) - E0B3 (Powerline right soft divider) Features: - ss10 can be used to substitute 'x' for '×'. Eg 0×FF or 800×600 - 'Equality Spaces' and 'Less-than/Greater-than Horizontal Bar' alternatives are included by default, and can be activated via ss11 and ss12 respectively. - Corrected and simplified features code to include the missing 'kern' feature for fraction numerator and denominator positioning. - 'calt.js' will also generate the 'liga' feature. Edited and repositioned some existing glyphs to be more consistent across font weights. Created missing glyphs for other weights. Eg 'w_w_w.liga' and 'plus_equal.liga'
Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: [email protected], [email protected], [email protected], [email protected] |
Wow. Thanks for the PR. I'm actually on a plane flying back home. I'll review it when I can. I'm inviting you to the private source repo which should make it easier to add and modify ligature glyphs. |
Hey, Sounds great. I just need to make a critical correction. |
Any more progress on getting this merged. Very excited for the additional ligatures! |
Thanks for the PR. These new ligatures look great! |
I just installed @Jakob6174 fork and it looks great. Nice work @Jakob6174!! |
New Ligatures:
- colon_colon
- exclam_exclam
- semicolon_semicolon
- less_less
- greater_greater
- hyphen_equal (minus_equal)
- asterisk_equal
- slash_equal
- less_slash_greater
- less_less_equal
- quotedbl_quotedbl_quotedbl
- quotesingle_quotesingle_quotesingle
New Powerline Glyhps:
- E0A1 (Powerline LN)
- E0A2 (Powerline lock)
- E0B1 (Powerline left soft divider)
- E0B3 (Powerline right soft divider)
Features:
- ss10 can be used to substitute 'x' for '×'. Eg 0×FF or 800×600
- 'Equality Spaces' and 'Less-than/Greater-than Horizontal Bar' alternatives are included
by default, and can be activated via ss11 and ss12 respectively.
- Corrected and simplified features code to include the missing 'kern' feature for
fraction numerator and denominator positioning.
Edited and repositioned some existing glyphs to be more consistent across font weights.
Created missing glyphs for other weights. Eg 'w_w_w.liga' and 'plus_equal.liga'
Closes #177, #147, #124