-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Incorrect spacing of terminal font #11744
Comments
Can confirm here, it's very weird. Take these: Look, for example, at the space between "9" and "0": it changes dramatically from line to line -- even from font size to font size. (I'm using Menlo on MacOS here, but it's the same for every font). What I'm finding, btw, is a little different that @LoricAndre: the blank is not happening every 5 spaces, but more randomly. See these screenshots: Different fonts also produce different blank space results. I love Zed so far, but this is pretty annoying to the eye... Thanks :) |
I can see the same behaviour in the editor. The weird grouping depends on the font size and type. For bunch of fonts I've tried there is always a size when this artifact is gone This is the default font size 14: ...and the size 15: Also I'm experiencing an issue with blurred fonts, same as in #7992 Maybe it's all related. |
#15503 (comment) hints there could be a way to fix this? |
I already had it enabled 😞 |
I have this issue as well on linux. |
I added the following to my "terminal": {
"line_height": "standard"
} |
Thanks, that's works. |
Does not resolve issue with Powerline 10k, multiple 'nerd' family fonts + Fira Code tested. |
Check for existing issues
Describe the bug / provide steps to reproduce it
I have issues with the font rendering in Zed's terminal : The characters seem to be 'grouped' 5 by 5, with an added space every 5 characters.
The font used here is JetBrains Mono Nerd Font, but the same happens with every monospace font I've tried, including the default one.
I anyone else having this issue ?
Shell: zsh
Prompt: starship
Environment
Zed: v1.0.0 (Zed Dev c90263d)
OS: Linux 1.0.0
Memory: 15.2 GiB
Architecture: x86_64
If applicable, add mockups / screenshots to help explain present your vision of the feature
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.No response
The text was updated successfully, but these errors were encountered: