added fontmatrix to swfoutput struct.
authorkramm <kramm>
Mon, 16 Aug 2004 17:59:10 +0000 (17:59 +0000)
committerkramm <kramm>
Mon, 16 Aug 2004 17:59:10 +0000 (17:59 +0000)
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;