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.49k stars 62 forks source link

Some Symbol under windows breaks #106

Closed zhyzky closed 1 year ago

zhyzky commented 1 year ago

Here's a snap in emacs in windows. 屏幕截图 2023-05-31 105921 which should look like this, that is from linux 屏幕截图 2023-05-31 110656 Dont know if this is a windows font issue

zhyzky commented 1 year ago

I test some other applications like word, notepad in windows. None of them seems breaks the symbol. Could I tell that something wrong with emacs on windows?

subframe7536 commented 1 year ago

those symbols are added by font-patcher programmly and it should work the same across multiple platform. you can also test https://github.com/laishulu/Sarasa-Term-SC-Nerd to verify if the issue is emacs on windows

zhyzky commented 1 year ago

those symbols are added by font-patcher programmly and it should work the same across multiple platform. you can also test https://github.com/laishulu/Sarasa-Term-SC-Nerd to verify if the issue is emacs on windows

This font just cannot work in emacs on windows. SAME ISSUE ON ANOTHER Sarasa-Mono-SC-Nerd font here https://github.com/XuanXiaoming/Sarasa-Mono-SC-Nerd

And now I have changed the default org-modern-star to avoid using thease symbols.

zhyzky commented 1 year ago

I've digged out something related to this https://github.com/domtronn/all-the-icons.el/issues/220

subframe7536 commented 1 year ago

I'll read it at some time

zhyzky commented 1 year ago

I'll read it at some time

Oh Sorry for not clearify my opinion. You're right it's not a font issue. I provide additional infomation here only if someone else got the same problerm.

It turns out to be a all-the-icon package issue, that could break some nerd font. It's weired that only happened on windows though. And thank you for your help.