-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Font Features is inconsistent #11287
Comments
Updated as I think I have a reproduction case now |
Updated with a better reproduction example |
Thanks, this is really helpful. I'm betting that when we added the new version of |
When the dpi is changed, call `updateFont()` instead of `TriggerFontChange`, this means that we continue to use the existing font features/axes Closes #11287
🎉This issue was addressed in #12492, which has now been successfully released as Handy links: |
🎉This issue was addressed in #12492, which has now been successfully released as Handy links: |
Windows Terminal version (or Windows build number)
10.0.19043.1237, 1.11.2421.0
Other Software
No response
Steps to reproduce
I'm using the Nerd-Font port of FiraCode as my font for Windows Terminal. Using the new Font Features options, I've configured WT to use the alternate zero glyph which replaces the slash in the middle of the character with a dot. There have been a couple instances in which I've launched a terminal only for the zero glyph to have reverted back to the old style, though launching a new terminal does fix the issue.
Here is my settings config:
I think I've found a way to reproduce this. It seems like it happens when you first launch windows terminal from a full restart.Ignore that last one, it doesn't happen all the time. I can trigger the effect by dragging my window from a display at 100% scaling to one with 125% scaling.
Expected Behavior
The font should display with the correct
0
symbolActual Behavior
The zero symbol is incorrect.
The text was updated successfully, but these errors were encountered: