From c93609127155d01a1766aaa0730129d48d0f4320 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 16 Aug 2004 17:59:10 +0000 Subject: [PATCH] added fontmatrix to swfoutput struct. --- pdf2swf/swfoutput.h | 1 + 1 file changed, 1 insertion(+) 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; -- 1.7.10.4