Re: [NTG-context] Reducing inter-character spacing?

2012-04-24 Thread Mari Voipio
On Tue, Apr 24, 2012 at 18:20, Marco wrote: > \definecharacterkerning [narrow] [factor=-.1] > > \starttext > > \setcharacterkerning [narrow] > \input knuth > > \stoptext This did the trick - and -.1 was just enough to dense the text up but not into total mess (-.2 was definitely Far Too Much).

Re: [NTG-context] Reducing inter-character spacing?

2012-04-24 Thread Marco
On 2012-04-24 Mari Voipio wrote: > How can I reduces inter-character spacing in a font? \definecharacterkerning [narrow] [factor=-.1] \definecharacterkerning [wide] [factor=.2] \starttext \setcharacterkerning [narrow] \input knuth \setcharacterkerning [wide] \input knuth \setcharacterkerni

[NTG-context] Reducing inter-character spacing?

2012-04-24 Thread Mari Voipio
Hello, here comes yet another "I could do this in Word but can't figure it out how ConTeXt does it" font-related question: How can I reduces inter-character spacing in a font? I've found out that the spacing can be temporarily expanded by \stretched{}, but what's the opposite and how to control i