-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Text between box drawing characters is rendered aliased (???) #6488
Copy link
Copy link
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.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsPriority-2A description (P2)A description (P2)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
When I run this in PowerShell (7),
"`e[30;47m`u{2500} What `u{2500}`e[m"
the text comes out without antialiasing. It looks like it's being drawn with FillGeometry just like a box drawing glyph.
If I flip the colors, it comes out antialiased.
To verify my theory that What was becoming part of the box drawing run, I put together a debug tool that turns glyph runs into graphviz documents.
Unfortunately, it doesn't look like it's so simple.
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.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsPriority-2A description (P2)A description (P2)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.


