swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] missing characters in generated swf


From: Matthias Kramm
Subject: Re: [Swftools-common] missing characters in generated swf
Date: Mon, 16 Mar 2009 21:19:38 +0100
User-agent: Mutt/1.5.6i

On Mon, Mar 16, 2009 at 01:33:02PM -0500, Goldstein, Seth <address@hidden> 
wrote:
> I'd like to try and lend a hand in fixing this bug.  Any hint on where
> to begin looking?

The problem is this code in xpdf:

  if (ff->trueType && gid == 0) {
    // skip the TrueType notdef glyph
    return gFalse;
  }

Removing that code makes the missing characters work, but I 
do suspect that it will break other files (where glyph 0 is
used as space even though it contains an outline), so the
problem to solve here is to know when to safely skip this test.

Greetings

Matthias






reply via email to

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