added fontmatrix to swfoutput struct.
[swftools.git] / pdf2swf / swfoutput.h
index 16e6d6d..267710a 100644 (file)
@@ -50,6 +50,7 @@ struct swfcoord {
 
 struct swfoutput 
 {
+    MATRIX fontmatrix;
     double fontm11,fontm12,fontm21,fontm22;
     unsigned short int linewidth;
     SWFFONT *swffont;