X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fswfoutput.h;h=3d0385b227c0d666a92f0cd2e0ae021530621da5;hb=d42969cc2441a91c6bc318e9e705d7cb8366b553;hp=0e1ed485501615e22d6269415e5e2a93c2c64923;hpb=b8573ee9e8a629c9a19f614ca3c4d64c93901eab;p=swftools.git diff --git a/pdf2swf/swfoutput.h b/pdf2swf/swfoutput.h index 0e1ed48..3d0385b 100644 --- a/pdf2swf/swfoutput.h +++ b/pdf2swf/swfoutput.h @@ -50,11 +50,12 @@ struct swfcoord { struct swfoutput { + MATRIX fontmatrix; double fontm11,fontm12,fontm21,fontm22; - unsigned short int linewidth; SWFFONT *swffont; RGBA strokergb; RGBA fillrgb; + int drawmode; }; /* outline definition, adapted from t1lib.h */