monaspace icon indicating copy to clipboard operation
monaspace copied to clipboard

Alignment issues (example: VSCode Notebook output cell)

Open Julian-J-S opened this issue 1 year ago • 2 comments

A lot of "Data work" these days is done with "DataFrame-libraries" which present data in tabular form which you can print to show the content

It should look like here on github with correct alignment

# DataFrame / table
┌─────┐
│ x   │
│ --- │
│ i64 │
╞═════╡
│ 1   │
│ 2   │
└─────┘

# some more examples
       x
└      x
 ─     x
─────  x
└────┘ x
────── x

Unfortunately it looks like this: image

image

is there a possibility to "fix" this? 😀

Julian-J-S avatar Nov 20 '23 08:11 Julian-J-S

This is happening because Monaspace does not include box drawing glyphs, and as a result your terminal is falling back to glyphs from a different font which don't have the same metrics as monaspace.

I added this to the list of potential improvements we might make down the road!

idan avatar Nov 27 '23 21:11 idan

Addressing this would be lovely! ❤️

I adore your font and this for me is the only shortcoming so far 😊

CleanShot 2023-12-02 at 10 14 38@2x

dsc8x avatar Dec 02 '23 03:12 dsc8x