Re: [dev] [st] problem with fonts in git development version

2014-01-11 Thread Bryan Bennett
On Sat, Jan 11, 2014 at 12:59 PM, Carlos Pita carlosjosep...@gmail.com wrote: I would like to know whether this is a temporary buggy behavior or it's expected and there is something else I must know that I'm missing now in order to properly configure the git version. I just built HEAD here and

Re: [dev] [st] problem with fonts in git development version

2014-01-11 Thread Carlos Pita
Well, that's weird. I've done a pull just in case but my local is up-to-date. My only modification is: -static char font[] = Liberation Mono:pixelsize=12:antialias=false:autohint=false; +static char font[] = DejaVu Sans Mono:size=9; What is the font descriptor you're using for dejavu? Have you

Re: [dev] [st] problem with fonts in git development version

2014-01-11 Thread Bryan Bennett
I did a completely clean pull from upstream and only changed the fontstring, so no other config changes at all were present in my build. The font string I was using is: DejaVu Sans Mono:size=10 (and I just tested with DejaVu Sans Mono:size=9 just in case that was a point of difference while

Re: [dev] [st] problem with fonts in git development version

2014-01-11 Thread Carlos Pita
Hi there, I've had no time to look at this in detail yet but rebasing without commit e8dba89 fixes the problem (i.e. git rebase --onto e8dba89^ e8dba89 HEAD). The description of that commit is: query pixel size from matched font Sorry for another duplicated mail. I found the patch is