subframe7536 / maple-font

[try V7!] Maple Mono: Open source monospace font with round corner, ligatures and Nerd-Font for IDE and command line. 带连字和控制台图标的圆角等宽字体,中英文宽度完美2:1
SIL Open Font License 1.1
4.6k stars 66 forks source link

Ligature display issues with "ll" in comments when using JetBrains IntelliJ IDEA #175

Closed mingliao1994 closed 6 months ago

mingliao1994 commented 6 months ago

I have noticed that there is a display issue when the ligature "ll" appears in comments while using JetBrains IntelliJ IDEA. The rendering of the ligature in this context is incorrect and makes the comments difficult to read.

Steps to Reproduce:

  1. Open a project in IntelliJ IDEA
  2. Create a new file or open an existing one
  3. Write a comment that includes the "ll" ligature (e.g., // null)
  4. Observe that the "ll" ligature is displayed incorrectly image
subframe7536 commented 6 months ago

Correctly rendered on Windows image

What is your env?

mingliao1994 commented 6 months ago

Apple M2 Mac mini, MacOS 14.3.1 @subframe7536

subframe7536 commented 6 months ago

Does this issue exists in Maple Mono, Maple Mono NF and Maple Mono NF CN?

I have no Mac to test it, so please try to restart your IDE/OS or reinstall the font to reduce distractions

Also, make sure to use latest version

mingliao1994 commented 6 months ago
image image

I think I found the issue. When I use Maple Mono NF CN Regular / Maple Mono NF Regular, it displays correctly. However, as soon as I switch to ExtraLight / Light , the display changes to what I mentioned before.

subframe7536 commented 6 months ago

I find out the reason. Thanks

It will be fixed in next release

subframe7536 commented 6 months ago

release in v7-beta11

mingliao1994 commented 6 months ago

The issue has been resolved. Thank you so much for your quick response and hard work in addressing this problem.