Replies: 15 comments
-
I would also be interested in having an option that adds programming ligatures, like those talked about in https://www.hanselman.com/blog/MonospacedProgrammingFontsWithLigatures.aspx. |
Beta Was this translation helpful? Give feedback.
-
Might be able to leverage ligaturizer for this. |
Beta Was this translation helpful? Give feedback.
-
@michaeltlombardi Thanks. That looks cool! Hmm poked around not sure about the future of project though.. |
Beta Was this translation helpful? Give feedback.
-
I was thinking of using it to have a personal hacked version of the knack font for my powerline setup. :) |
Beta Was this translation helpful? Give feedback.
-
@michaeltlombardi Let us know if you do and how it turns out. I would be willing to use something like this in Nerd Fonts |
Beta Was this translation helpful? Give feedback.
-
I'm actually currently using furacode, which already included the ligatures. Will set aside time to run it against knack and report back. :) |
Beta Was this translation helpful? Give feedback.
-
Yes please :-) |
Beta Was this translation helpful? Give feedback.
-
This might have to a be |
Beta Was this translation helpful? Give feedback.
-
How about adding <3 ligature? There should be more love in our code! ❤️ |
Beta Was this translation helpful? Give feedback.
-
If you decide to go down the ligature route, would it be possible to add bigger icons, perhaps by prepending them with a special character. As an example, I use the patched Iosevka font, which is a thin font, and this results in a lot of the icons being very small, as shown in this screenshot. The icons are (obviously) constrained by the width of the font. If we could have the icons span 2 characters, by using a ligature, this would in my case, make them a lot easier to distinguish. |
Beta Was this translation helpful? Give feedback.
-
From what I understand, the unicode standard specifies the number of cells for each codepoint. So the renderer will need to agree to incorrectly draw the character across more cells. |
Beta Was this translation helpful? Give feedback.
-
Normally if you use the "Nerd Font" and not the "Nerd Font Mono" version the icons should be bigger: |
Beta Was this translation helpful? Give feedback.
-
converting this to a discussion, FYI |
Beta Was this translation helpful? Give feedback.
-
Any interest in looking into and attempting to add ligatures to fonts without?
Beta Was this translation helpful? Give feedback.
All reactions