swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] [PATCH] Update swftools to build with xpdf 3.03 an


From: Matthias Kramm
Subject: Re: [Swftools-common] [PATCH] Update swftools to build with xpdf 3.03 and poppler 0.20
Date: Wed, 11 Jul 2012 17:37:21 -0700

On Mon, Jul 9, 2012 at 12:37 AM, Carlos Garcia Campos <address@hidden> wrote:
>     globalParams->setScreenBlackThreshold(0.0);
>     globalParams->setScreenWhiteThreshold(0.0);
>     globalParams->setScreenGamma(0.0);

Great, I guess that doesn't solve the problem with the line width,
right?

It doesn't. Line width problem persists. I guess it's some kind of alpha layer issue, but I'm not sure.
 
We also need to fix this poppler bug:

https://bugs.freedesktop.org/show_bug.cgi?id=46620

but I don't even understand why swftools needs to use SplashFont
internals.

It's for text selection. Flash needs to know the precise advance/ascent/descent values of the individual characters so it can highlight things properly. There might be a way to access this information in some other way. 

Matthias
 

reply via email to

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