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.11k stars 796 forks source link

Vertical borderbox │ has gaps in gvim #643

Open habamax opened 1 year ago

habamax commented 1 year ago

Cascadia family version

2111.001

Cascadia family variant(s)

Cascadia Code (the version with ligatures), Cascadia Mono (the version without ligatures)

Font file format(s)

.ttf (variable)

Platform

Windows 10

Other Software

GVim 9.0.174

What happened?

The box char │ has gaps:

  1. Open Gvim
  2. :set gfn=Cascadia\ Mono:h14
  3. paste following text
    │
    │
    │
    │
    │
    │
    │
    │
    │
    │

    There would be gaps between .

image

Another examples

Cascadia Mono/Code: image

Jetbrains Mono is OK, no gaps: image

Ok for Dejavu: image

Ok for Consolas: image