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

Rendering issues with fonts #173

Open
ZephyrCheez opened this issue Apr 3, 2024 · 1 comment
Open

Rendering issues with fonts #173

ZephyrCheez opened this issue Apr 3, 2024 · 1 comment

Comments

@ZephyrCheez
Copy link

Using JetBrains Mono Nerd Font, the scaling of text seems to be incorrect, as well as the scaling of individual items seems to be internally inconsistent with seams in background highlight. Pictured below is cosmic-term (top) compared to gnome-console (bottom) both with the font set to JetBrains Mono Nerd Font Regular 14pt.
screenshot-2024-04-03-01-44-12

@MoSal
Copy link
Contributor

MoSal commented Apr 3, 2024

let line_height = (font_size * 1.4).ceil();

If you can compile yourself, what happens if you change 1.4 above to 1.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants