andreberg / Meslo-Font

Customized version of Apple's Menlo font. Great monospaced font for development work. Should also work with the Windows Console (see Wiki for Windows infos).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

box-drawing characters

trungphan opened this issue · comments

Hi,

Is it possible to make the box-drawing characters connected vertically: e.g.

┌─────────────┐
│             │
│             │
└─────────────┘

ref https://en.wikipedia.org/wiki/Box-drawing_character

I'll see what Apple's Menlo does and if I can change it for the better.

Use this.

It's for Monaco, but you should be able to target a different font by swapping the font-names. The offsets of each box-drawing character can be adjusted parametrically.

If anyone found a solution for this, please do share