swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Python gfx module and -O1


From: Matthias Kramm
Subject: Re: [Swftools-common] Python gfx module and -O1
Date: Thu, 12 Jun 2008 16:53:20 +0200
User-agent: Mutt/1.5.6i

On Thu, Jun 12, 2008 at 07:13:58AM -0700, Yurij Bilas <address@hidden> wrote:
> WARNING swf_drawchar: Font is NULL
> ERROR Uknown font id: Times-Roman-6-0
> WARNING swf_drawchar: Font is NULL
> ERROR Uknown font id: Helvetica-7-0

Weird. Could you increase the verbosity level?
Put 
    gfx.verbose(5)
at the start of your code.

> doc.open("pdf","my_pdf.pdf")

I assume that's doc = gfx.open(...)

> page = doc.getPage(0)

and getPage(1) (page indexes start with 1)

Which freetype version are you using, btw.?

Greetings

Matthias






reply via email to

[Prev in Thread] Current Thread [Next in Thread]