[cairo] Who broke my user fonts?

Behdad Esfahbod behdad at behdad.org
Tue Dec 23 11:28:04 PST 2008


Chris Wilson wrote:
> On Tue, 2008-12-23 at 13:52 -0500, Behdad Esfahbod wrote:
>> Checkout master, run:
>>
>>   util/cairo-view '@cairo:serif' 0 0 48
> 
> On a side note, a python examples makes it hard to look at changes with
> uninstalled libraries. Is there any way to easily make python use a
> specific version of a library?
> 
> $  python -c 'import cairo; print cairo.version'
> 1.4.12
> $ LD_LIBRARY_PATH=./src/.libs  python -c 'import cairo; print
> cairo.version'
> 1.4.12

Umm, I'm sure I've done this before.  cairo.version is irrelevant I bet.
That's the pycairo version or something.  It's definitely not calling
cairo_version().

To check what's in use I do a pmap on the process...

behdad


More information about the cairo mailing list