-
Notifications
You must be signed in to change notification settings - Fork 8.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
The lowercase I glyph (U+0069) in JuliaMono renders incorrectly #18453
Comments
My question is, how would one get it to render with the english serif |
I haven't tested whether this works or not, but try adding the following to your Windows Terminal profile configuration: "features":
{
"locl": 0
} Resultant configuration should look like this: {
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://raw.githubusercontent.com/microsoft/terminal/main/doc/cascadia/profiles.schema.json",
"profiles":
{
"defaults": {},
"list":
[
{
"commandline": "\"C:\\Program Files\\PowerShell\\7-preview\\pwsh.exe\"",
"cursorHeight": 50,
"cursorShape": "bar",
"font":
{
"builtinGlyphs": false,
"cellHeight": "1.2",
"colorGlyphs": true,
"face": "JuliaMono",
"features":
{
"locl": 0
},
"size": 12
},
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"padding": "0",
"source": "Windows.Terminal.PowershellCore"
},
]
},
"schemes": [],
"themes": [],
} Maybe someone knows for sure how to do this the right way. |
Changing the T&L format to UK did do away with the sans serif |
Removing the line AtlasEngine.cpp:721 terminal/src/renderer/atlas/AtlasEngine.cpp Lines 721 to 724 in 51e21dd
solves the issue (by hardcoding "en-US" locale): Apparently, this option (custom locale) is not yet configurable. |
Windows Terminal version
1.22.241118002-preview, also happens on 1.21.3231.0
Windows build number
10.0.26100.2894
Other Software
No response
Steps to reproduce
Expected Behavior
I was expecting this:
Note the serifs in the lowercase I.
Actual Behavior
I got this behavior:
Some notes:
The text was updated successfully, but these errors were encountered: