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.21k stars 64 forks source link

[BUG] V7 Beta 10 Font height is abnormal and star symbol (*) is not aligned to center #174

Closed dragove closed 3 months ago

dragove commented 4 months ago

The left side of the image is a previous version of Maple Mono SC NF and the right side is Maple Mono NF CN previewed by intellij idea

The new version is higher and the star character is not centered.

image

subframe7536 commented 4 months ago

Disable ligature

There is a ligature */ for comment

subframe7536 commented 4 months ago

So /= maybe need to be reimplemented?

dragove commented 4 months ago

Thanks, I don't know that */ is implemented in the new version.

reimplement /= is better for me, but I don't know if others like this one.

subframe7536 commented 4 months ago

tbh. */ also exists in V6, but it has lower priority than /=

subframe7536 commented 4 months ago

I think all the combinations of operator and equal like += -= *= /= &= ^= |= should keep in same style.

dragove commented 4 months ago

I've tested += -= *= /= &= ^= |= with Jetbrains Mono. /= &= ^= |= have ligature support, but += -= *= don't.

PixPin_2024-03-18_13-34-27

subframe7536 commented 4 months ago

v7-beta11 will be like image |= and ||= have little changes to make | and = center

subframe7536 commented 3 months ago

release in v7-beta11