Unicode box-drawing characters are not rendered in Consolas when font.size < 8 #12678
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Windows Terminal version
1.11.3471.0
Windows build number
10.0.22000.0
Other Software
No response
Steps to reproduce
Configure the terminal profile's appearance to use
"font": { "face": "Consolas", "size": 8, "weight": "medium" }
(this also reproduces with lower font weights), then print any light box-drawing characters, e.g.echo ─│┄┆┈┊┌┐└┘├┤┬┴
will do the trick.Then
Ctrl -
to shrink the font size andCtrl =
to increase the font sizeWindows.PowerShell.2022-03-11.18-08-12.mp4
Expected Behavior
Light-width box drawing characters should be visible.
Actual Behavior
Light-width box drawing characters disappear.
The text was updated successfully, but these errors were encountered: