X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fswfoutput.h;h=5bd8ee0bad7543e9d7b43427e6d2e6204a4aa97f;hb=07acff35bba49807c780b18aa2ed11d7417409d7;hp=32aaf13c67f3e32f66910de0967add4c1e6effff;hpb=bcc24611dd8738826b495e48ce2fdc8ce9c0b3e2;p=swftools.git diff --git a/pdf2swf/swfoutput.h b/pdf2swf/swfoutput.h index 32aaf13..5bd8ee0 100644 --- a/pdf2swf/swfoutput.h +++ b/pdf2swf/swfoutput.h @@ -11,6 +11,10 @@ #define __swfoutput_h__ #include +#ifdef T1ERR_SCAN_ENCODING //t1lib 5.0.0 +#define T1_Get_no_fonts T1_GetNoFonts +#endif + extern "C" { #include "../lib/rfxswf.h" } @@ -22,6 +26,7 @@ extern int drawonlyshapes; //default:0 extern int jpegquality; //default:100; extern int storeallcharacters; // default:0 extern int insertstoptag; //default:0 +extern int flashversion; //default:4 typedef long int twip;