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

wrong italics of 🡑 and 🡓 #120

Open XXiaoA opened 1 year ago

XXiaoA commented 1 year ago

italics 图片


normal 图片

subframe7536 commented 1 year ago

What is the Unicode encoding of these two characters? In the italic font, \u2191 and \u2193 are all correct. The Unicode for the two characters (\ud83e\udc51, \ud83e\udc53) you mentioned in the title does not exist in the font

XXiaoA commented 1 year ago

🡑: U+1F851 and 🡓: U+1F853

subframe7536 commented 1 year ago

There is no support for these charactors (also in other well-known monospace fonts). the normal one is shown by fallback font.

subframe7536 commented 1 year ago

currently you can use https://github.com/laishulu/Sarasa-Term-SC-Nerd

XXiaoA commented 1 year ago

Okay. will we support it in the future?

subframe7536 commented 1 year ago

should be implement in V7

XXiaoA commented 1 year ago

okay, thx for ur wrok!

subframe7536 commented 5 months ago

this issue will be fixed in next beta release

subframe7536 commented 5 months ago

v7.0-beta8 should fix this issue