fvim icon indicating copy to clipboard operation
fvim copied to clipboard

support for variable width fonts?

Open m-faith opened this issue 1 year ago • 2 comments

Regarding:

Features

  • Font handling
    • Proper font rendering -- respects font style, baseline, ligatures etc

Does this include variable-width fonts?

I do a lot of writing in vim and would love to get a vim gui that can handle normal (non-monospace) fonts with their varying widths.

Thanks in advance!

m-faith avatar Mar 31 '23 21:03 m-faith

Hi!

Currently this is not possible. You can load variable width font, and it will render words with kerning, but the grid nature of framebuffer management code will create artifacts everywhere.

Interesting feature though. Currently I don't have the bandwidth to implement this, but I'll keep this in mind.

yatli avatar Apr 03 '23 22:04 yatli

Hey, thanks for the response! I'm grateful to know it's not possible to avoid spending lots of time trying to find out!

m-faith avatar Apr 04 '23 00:04 m-faith