microsoft / cascadia-code

This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.
Other
25.64k stars 804 forks source link

Bug Report: italics and non italics sometimes seemingly overlap when they comes right after each other #455

Closed chtenb closed 3 years ago

chtenb commented 3 years ago

Environment

Cascadia Code version number: 2102.025
Application (with version) used to display text: VSCode
OS platform and version: win 10
Screen resolution (i.e. 220dpi): 1920x1080 (native) with 150% scaling

Steps to reproduce

Open a vcxproj file in VSCode with Cascadia Code as font. (or any other file format that renders italics and non-italics right after each other.)

Expected behavior

Some visual space between the n and the =.

Actual behavior

image

aaronbell commented 3 years ago

What you're seeing is actually fake italics (as in, created by the computer), so that's what causes the strange overlap.

This will be solved by #63.

chtenb commented 3 years ago

Oh right, that makes sense. I didn't know that was possible. Thanks!