Re: PIL - font kerning

2008-12-30 Thread carsn
On Dec 23, 9:51 pm, Ivan Illarionov wrote: > On Dec 23, 11:22 pm, Ivan Illarionov > wrote: > > > > > On 23 дек, 16:44, carsn wrote: > > > > Hey all, > > > > anybody know, if there´s a way to specify the kerning of a font, when > > > you d

PIL - font kerning

2008-12-23 Thread carsn
Hey all, anybody know, if there´s a way to specify the kerning of a font, when you draw text with PIL? I´d like to achieve the same effect that you get, when you set a negative kerning in Gimp/Photshop - ie. reduce the spacing between glyphs. Can PIL do that or do I use another lib for that? Th