[matplotlib-devel] ft2font.get_charmap now changed in SVN (Was: [PATCH] don't print undefined glyphs in ps backend)

2007-02-17 Thread Edin Salkovic
For the record, I just committed the changes to SVN and did a bit of testing. ft2font.get_charmap now returns a mapping from charcodes to glyph indices. Cheers, Edin On 2/17/07, Nicolas Grilly <[EMAIL PROTECTED]> wrote: > On 2/17/07, Paul Barrett <[EMAIL PROTECTED]> wrote: > > That's fine with m

Re: [matplotlib-devel] [PATCH] don't print undefined glyphs in ps backend

2007-02-17 Thread Nicolas Grilly
On 2/17/07, Paul Barrett <[EMAIL PROTECTED]> wrote: > That's fine with me. > > On 2/16/07, Edin Salkovic <[EMAIL PROTECTED]> wrote: > > From the above it's clear that FreeType *never* explicitly supported > > the glyph->char mapping, but exactly the opposite. > > > > In conclusion, I agree with Nic

Re: [matplotlib-devel] [PATCH] don't print undefined glyphs in ps backend

2007-02-17 Thread Paul Barrett
That's fine with me. -- Paul On 2/16/07, Edin Salkovic <[EMAIL PROTECTED]> wrote: > On 2/14/07, Paul Barrett <[EMAIL PROTECTED]> wrote: > > and second reply: > > > > If my memory ser ves me correctly - or if the implementation has > > changed over the past few years - get_charmap() is a wrapper