kiliman / operator-mono-lig

Add ligatures to Operator Mono similar to Fira Code
MIT License
3.2k stars 202 forks source link

Add := ligature #90

Closed dorudumitru-hh closed 5 years ago

dorudumitru-hh commented 5 years ago

This is heavily used in golang and it looks a bit off: image

Fira Code example: image

kiliman commented 5 years ago

Something like this?

image

When I create my ligatures, I actually use the existing Operator Mono glyphs. So the same square colon and beveled equal sign.

dorudumitru-hh commented 5 years ago

This looks great in my opinion. I want to say a big Thank You for all of your work and for making Operator Mono look better and better.

kiliman commented 5 years ago

Are you using Operator Mono SSm Book? Currently that's the only one I've got all the new ligatures in (on the features/contextsubst branch). I rewrote the way the font is generated and haven't had a chance to redo all the other weights.

If so, I'll try and get this glyph pushed this weekend. Otherwise, you'll need to wait until I get the other weights redone.

dorudumitru-hh commented 5 years ago

I do use SSm Book. Thanks again.

dorudumitru commented 5 years ago

Waiting on this as well.

kiliman commented 5 years ago

Here's the new ligature in VS Code. I even show an alternate <= ligature.

image

kiliman commented 5 years ago

Closed by 2de4cec227ea2971ebefd8665ad2d9792eb7d5d0

kiliman commented 5 years ago

Please use the develop branch. I've merged the feature branch and deleted it.