Re: [matplotlib-devel] Question about ft2font.get_charmap

2006-11-06 Thread Nicolas Grilly
Hi Paul, On 11/6/06, Paul Barrett <[EMAIL PROTECTED]> wrote: > The ft2font module provides a Python interface to the FT2Font C API. > get_charmap is one of the methods in this API as is set_charmap. A > font can have multiple character maps. Ok. > get_charmap() returns the default one. Others

Re: [matplotlib-devel] PDF backend

2006-11-06 Thread John Hunter
> "Nicolas" == Nicolas Grilly <[EMAIL PROTECTED]> writes: Nicolas> It proves it's possible to achieve it in pure Python, Nicolas> without requiring fonttools. And it can be a good source Nicolas> of inspiration. Perhaps the licence is compatible with Nicolas> matplotlib's one?

Re: [matplotlib-devel] PDF backend

2006-11-06 Thread Nicolas Grilly
On 11/5/06, Jouni K Seppanen <[EMAIL PROTECTED]> wrote: > Does anyone here have experience with subsetting TrueType fonts (or > Type 1 or OpenType, for that matter)? One pretty frequent complaint is > that the eps files produced by matplotlib can be huge because they > include the full font. Nowada

Re: [matplotlib-devel] PDF backend (was: A question about cbook.is_string_like)

2006-11-06 Thread Nicolas Grilly
> "Nicolas Grilly" <[EMAIL PROTECTED]> writes: > > I've just some issues with: > > - text alignment (I fixed it on my working copy of matplotlib); > > Great! Is there a patch somewhere? Yes, I'm preparing one and I'll submit it in the next few days. ---