Re: [dev] [st] monospace rendering gaps

2019-12-05 Thread sylvain . bertrand
On Thu, Dec 05, 2019 at 11:28:30AM -0800, Varun Iyer wrote: > You might be looking for something like the boxdraw patch: > http://st.suckless.org/patches/boxdraw/, which performs custom rendering > of box-drawing characters for gapless alignment. This patch is limited to some unicode blocks. And a

Re: [dev] [st] monospace rendering gaps

2019-12-05 Thread Varun Iyer
You might be looking for something like the boxdraw patch: http://st.suckless.org/patches/boxdraw/, which performs custom rendering of box-drawing characters for gapless alignment. On 19/12/05 06:19PM, sylvain.bertr...@gmail.com wrote: > Hi, > > I know I am walking on eggs: it seems st monospace f

[dev] [st] monospace rendering gaps

2019-12-05 Thread sylvain . bertrand
Hi, I know I am walking on eggs: it seems st monospace font rendering with freetype (I use dejavu mono) has some vertical and/or horizontal gaps (whatever the rendering size). To illustrate, with lynx web browser: https://en.wikipedia.org/wiki/Box-drawing_character#Examples I don't know what i