-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Area-RenderingText rendering, emoji, complex glyph & font-fallback issuesText rendering, emoji, complex glyph & font-fallback issuesIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Priority-1A description (P1)A description (P1)Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Description
Environment
Windows build number: 10.0.18363.0
Windows Terminal version: 0.10.781.0
Powershell version: 7.0.0
Steps to reproduce
Setting profile settings to following:
{
"useAcrylic": false,
"closeOnExit" : true,
"colorScheme" : "Campbell",
"guid": "{a3c89eef-1dbe-4ac1-acc5-2412499f8619}",
"hidden": false,
"name": "PowerShell 7",
"commandline" : "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"icon" : "C:\\Program Files\\PowerShell\\7\\assets\\Powershell_av_colors.ico",
"antialiasingMode": "grayscale",
"cursorShape" : "bar",
"cursorColor": "#121005",
"fontFace" : "Consolas",
"fontSize" : 10,
"snapOnInput" : true,
"historySize" : 9001
}and theme settings to:
{
"name" : "Campbell",
"foreground" : "#020200",
"background" : "#ffffff",
"selectionBackground": "#121005",
"black" : "#0C0C0C",
"blue" : "#0037DA",
"brightBlack" : "#767676",
"brightBlue" : "#3B78FF",
"brightCyan" : "#61D6D6",
"brightGreen" : "#16C60C",
"brightPurple" : "#B4009E",
"brightRed" : "#E74856",
"brightWhite" : "#121212",
"brightYellow" : "#3B78FF",
"cyan" : "#3A96DD",
"green" : "#13A10E",
"purple" : "#881798",
"red" : "#C50F1F",
"white" : "#CCCCCC",
"yellow" : "#C19C00"
}Expected behavior
Black text F:\> is visible. When antialiasingMode is set to cleartype.
Actual behavior
Black text F:\> is invisible after setting antialiasingMode to cleartype (on the right):

Same issue with cmd ("acrylicOpacity" : 0.75):

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-RenderingText rendering, emoji, complex glyph & font-fallback issuesText rendering, emoji, complex glyph & font-fallback issuesIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Priority-1A description (P1)A description (P1)Product-TerminalThe new Windows Terminal.The new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.