-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Characters are condensed #1046
Comments
Something doesn't look right here, this is at 100% zoom level in the image above for before: Something like this is I expect to see: Did you zoom into the screenshots or something? Also the only remaining issue AFAIK is that the character don't use standard spacing which is only tracked in microsoft/vscode#35695 atm |
Hmmm.... can't reproduce this blurriness you're seeing when comparing both pictures: But look at the space between the |
So I can tell "right.png" is an older version because the top-right of the |
"right" is on commit 22af08d. You can replicate the settings on Mac by pasting this into your dev console of the demo: term.setOption('fontFamily', 'monaco');
term.setOption('fontSize', 13); If you look on the |
This might be the same as #1050 |
It is, your patch from Tyriar@09c9cb4 solves this issue! |
Since #1038 I am noticing that characters aren't as sharp as before. They also look not wide enough. Here is a direct comparision:
(expected) before #1038
(current) since #1038
I think only cached characters have this problem.
The text was updated successfully, but these errors were encountered: