terminal icon indicating copy to clipboard operation
terminal copied to clipboard

AtlasEngine renders corner brackets at the left of the two-character space.

Open pandaninjas opened this issue 1 year ago • 1 comments

Windows Terminal version

1.19.10292.0

Windows build number

10.0.22621.3007

Other Software

No response

Steps to reproduce

Type or enter characters containing left and right corner brackets

Expected Behavior

Corner brackets are aligned to the middle of the 2-character space, which was the case when using the old renderer. See attachments: image image image

Actual Behavior

Corner brackets are aligned to the left of the 2-character space. See attachments: image image image

pandaninjas avatar Feb 02 '24 18:02 pandaninjas

I won't be able to fix this in time for 1.21. However, the only reason this bug occurs is because your Japanese font is proportional and not monospace (it's Yu Gothic). 1.21 on the other hand will allow you to customize your font fallback, which allows you to use MS Gothic or some other proper monospace Japanese font:

image

(You can try it out by installing our canary version: https://aka.ms/terminal-canary-installer)

lhecker avatar May 01 '24 22:05 lhecker