X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fswfoutput.h;h=5bd8ee0bad7543e9d7b43427e6d2e6204a4aa97f;hb=406e76774dc83663a76329ac4368460eb086c8d5;hp=55b13b10779206b85ef76247d9611f495d70d040;hpb=3b6a15452be7b300bc7be5a7927b4b210e7cc732;p=swftools.git diff --git a/pdf2swf/swfoutput.h b/pdf2swf/swfoutput.h index 55b13b1..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" } @@ -21,6 +25,8 @@ extern int ignoredraworder; //default:0 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; @@ -58,7 +64,7 @@ class SWFFont SWFFont(char*name, int t1id, char*filename); SWFFont::~SWFFont(); - T1_OUTLINE*getOutline(char*charname); + T1_OUTLINE*getOutline(char*charname, int charnr); int getSWFCharID(char*name, int charnr); int getWidth(char*name); char*getName(); @@ -109,11 +115,11 @@ int swfoutput_drawimagelossless(struct swfoutput*, RGBA*pic, int sizex, int size double x2,double y2, double x3,double y3, double x4,double y4); -int swfoutput_drawimagelossless256(struct swfoutput*, U8*pic, RGBA*pal, int sizex, int sizey, +int swfoutput_drawimagelosslessN(struct swfoutput*, U8*pic, RGBA*pal, int sizex, int sizey, double x1,double y1, double x2,double y2, double x3,double y3, - double x4,double y4); + double x4,double y4, int n); void swfoutput_drawimageagain(struct swfoutput*, int id, int sizex, int sizey, double x1,double y1, double x2,double y2,