I want to use Medium width font on Windows GVim

Asked 2 years ago, Updated 2 years ago, 80 views

I use Windows GVim.
For example, if you want to use a medium with equal width of Genjin Gothic,

set guifont=*

If you select the font name Genjin Gothic style Medium size 11 from the list, it will be displayed in Medium width.
The guifont was then set to source true Gothic equal width_Medium:h11:cSHIFTJIS:qDRAFT.

However, you can use this string directly

set guifont=source true Gothic equal width_Medium:h11:cSHIFTJIS:qDRAFT

When configured as , for some reason it does not become Medium and appears in the Regular width.

How can I set up a medium width font?

windows vim

2022-09-30 10:26

1 Answers

I don't know which version of the problem was occurring, but after this issue was registered as Issue on the affected GitHub repository, 8.1.1224 you can now specify and so on.

This post is @KoRoN's comments and @statiolake's comment.


2022-09-30 10:26

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.