X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=inline;f=pdf2swf%2Fswfoutput.h;h=530d11c2529bdd518829e7eebedfe8f4e2497f7c;hb=c4a755fa06ba517f247c19a16fccc84a6c64daed;hp=0efbbc62b639ab3192375e303a7dff9bd5b8c678;hpb=49a2c32e63c1f0c585d80418f1a5e67856c1cc23;p=swftools.git diff --git a/pdf2swf/swfoutput.h b/pdf2swf/swfoutput.h index 0efbbc6..530d11c 100644 --- a/pdf2swf/swfoutput.h +++ b/pdf2swf/swfoutput.h @@ -19,6 +19,7 @@ extern int opennewwindow; //default:0 extern int ignoredraworder; //default:0 extern int drawonlyshapes; //default:0 extern int jpegquality; //default:100; +extern int storeallcharacters; // default:0 typedef long int twip; @@ -35,6 +36,7 @@ class SWFFont { T1_OUTLINE**outline; char**charname; + int*width; char*used; char*name; @@ -56,6 +58,7 @@ class SWFFont int getSWFCharID(char*name); char*getName(); char*getCharName(int t); + int getCharWidth(int t) {return width[t];} }; struct swfoutput