microsoft / cascadia-code

This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.
Other
25.9k stars 805 forks source link

Some letter ligatures might wrong #488

Closed otomad closed 3 years ago

otomad commented 3 years ago

Environment

Cascadia Code version number: 2102.025

Some wrong ligatures

  • Didn't support ligatures |= == but used to support. (Or for some reason I don't know.)
  • =>> =<< ligatures didn't support in italic, but support in normal font-style.
  • www ligatures in itatic seems has 7 letter "v"??? (Likes vvvvvvv .)
aaronbell commented 3 years ago
otomad commented 3 years ago

Thanks!

And I found another wrong ligatures in light italic, semilight italic, semibold italic (other italics no problem) #_(

image

The unline looks like a parallelogram. But #_ is no problem.

aaronbell commented 3 years ago

Thanks, that has already been fixed in source (#475).

otomad commented 3 years ago

I’ve just seen your pull request (#476) , there are many interesting interpolation issues in Italic, lol.

Then I’ll just report something that hasn't been mentioned there.

image image image

otomad commented 3 years ago

And I'm curious to know why don't show ligatures ~= as now? I remember it used to be shown like this.

aaronbell commented 3 years ago

Both of those ligatures are fixed in source.

As for ~=, blame Lua #394.