swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] Problem in SWFOutputDev.cc in Pdf2Swf


From: Keith Trummel
Subject: [Swftools-common] Problem in SWFOutputDev.cc in Pdf2Swf
Date: Wed, 8 Jun 2005 13:59:31 -0700

This is for version 0.6.3 of SwfTools.  In the file SWFOutputDev.cc is the class SWFOutputDev which derives from OutputDev and has a function vwfinType3Char which is declared as follows
 
  virtual GBool beginType3Char(GfxState *state,
          CharCode code, Unicode *u, int uLen);
 
However, in OutputDev.h in the class OutputDev is the function beginType3Char which is declared as follows:
 
  virtual GBool beginType3Char(GfxState *state, double x, double y,
          double dx, double dy,
          CharCode code, Unicode *u, int uLen);
 
Presumably the function in SWFOutputDev.cc is supposed to override the function, but because of the different signature it simply hides the other function.
 
 
Keith Trummel
address@hidden

reply via email to

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