-
Notifications
You must be signed in to change notification settings - Fork 3.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
Icons are rendered small and low on Windows Terminal and iTerm (have bisect) #634
Comments
I use Windows Terminal and the same thing happens to me. |
#764 :-D |
i have the same issue on Windows Terminal version 1.12.10982.0 with the font FiraCode NF v6.2. |
The reason is (most likely) that the user uses a Font with 'bigger icons' and the client/terminal is scaling them down to fit into one cell. That scaling is not very sophisticated and thus they land 'low'.
The 'always correct' solution is to use a See also |
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference. |
Repro steps:
font-patcher -lwc src/unpatched-fonts/FiraCode/Retina/FiraCode-Retina.ttf
I've bisected the issue to this commit:
d0bf73a
Reverting the changes to
font-patcher
fixes the issue in Windows Terminal (I haven't tested in iTerm):The text was updated successfully, but these errors were encountered: