From: kramm <kramm>
Date: Mon, 16 Aug 2004 17:59:10 +0000 (+0000)
Subject: added fontmatrix to swfoutput struct.
X-Git-Tag: xpdf-1-01-latest~16
X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=c93609127155d01a1766aaa0730129d48d0f4320;p=swftools.git

added fontmatrix to swfoutput struct.
---

diff --git a/pdf2swf/swfoutput.h b/pdf2swf/swfoutput.h
index 16e6d6d..267710a 100644
--- a/pdf2swf/swfoutput.h
+++ b/pdf2swf/swfoutput.h
@@ -50,6 +50,7 @@ struct swfcoord {
 
 struct swfoutput 
 {
+    MATRIX fontmatrix;
     double fontm11,fontm12,fontm21,fontm22;
     unsigned short int linewidth;
     SWFFONT *swffont;