* made shape overlap conversion dependend on "filloverlap" parameter
[swftools.git] / pdf2swf / swfoutput.h
index 16e6d6d..3d0385b 100644 (file)
@@ -50,8 +50,8 @@ struct swfcoord {
 
 struct swfoutput 
 {
+    MATRIX fontmatrix;
     double fontm11,fontm12,fontm21,fontm22;
-    unsigned short int linewidth;
     SWFFONT *swffont;
     RGBA strokergb;
     RGBA fillrgb;