Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for variable width fonts? #248

Open
m-faith opened this issue Mar 31, 2023 · 2 comments
Open

support for variable width fonts? #248

m-faith opened this issue Mar 31, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@m-faith
Copy link

m-faith commented Mar 31, 2023

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!

@yatli yatli added enhancement New feature or request help wanted Extra attention is needed labels Apr 3, 2023
@yatli
Copy link
Owner

yatli commented Apr 3, 2023

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.

@m-faith
Copy link
Author

m-faith commented Apr 4, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants