On Fri, Aug 12, 2016 at 11:26:34PM +0200, Matthieu Herrb wrote:
> On Fri, Aug 12, 2016 at 11:10:28PM +0200, Walter Alejandro Iglesias wrote:
> >
> > I've slightly changed the cwmrc syntax from
> >
> > fontname "Tahoma:size=8"
> >
> > to
> >
> > fontname "Tahoma-8"
> >
> > and it is working again.
> >
>
> Given that I can't reproduce that,
I didn't paste correctly the first entry above, my mistake. The exact
syntax I was using before was:
fontname "Tahoma:size=8px"
Note the 'px'. It seems if you want the value be interpreted as pixels
you need to use 'pixelsize':
fontname "Tahoma:pixelsize=8"
What renders a quite small tahoma. That means the syntax I was using
wasn't correct (Tahoma-8 is 11px), it worked till now just because cwm
was silently ignoring the 'px' and rendering 'size=8' instead.
>
> --
> Matthieu Herrb
Walter