[cairo] Who broke my user fonts?

Behdad Esfahbod behdad at behdad.org
Tue Dec 23 11:28:32 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

Try cairo.cairo_version()


More information about the cairo mailing list