JetBrains / JetBrainsMono

JetBrains Mono – the free and open-source typeface for developers
https://jetbrains.com/mono
SIL Open Font License 1.1
10.57k stars 299 forks source link

In MacVim/gVim, the JetBriansMono font cannot be aligned with the height of Chinese, and the top of the emoji expression is also truncated. #546

Closed dantezhu closed 1 year ago

dantezhu commented 2 years ago

In MacVim/gVim, the JetBriansMono font cannot be aligned with the height of Chinese, and the top of the emoji expression is also truncated. The screenshot is as follows:

image

Here is my MacVim configuration:

set guifont=JetBrainsMono-Regular:h14
set guifontwide=JetBrainsMono-Regular:h16
set linespace=1

Wondering how to change the font height of JetBriansMono and recompile it?

In addition, I have tried to increase the linespace of vim again, but after set linespace=2, the line spacing will be too large, affecting the number of lines of code that can be displayed on the screen.

Firestar-Reimu commented 1 year ago

Maybe this is not JB Mono's fault as it is not a font that contains Chinese, and it cannot be compatible with all Chinese fonts. You may report to MacVim/gVim and say why they cannot configure the heights of Chinese and Western fonts.

dantezhu commented 1 year ago

@Firestar-Reimu thanks your reply, It's not a big problem, I'll keep using it like this