git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5473e79
)
added fontmatrix to swfoutput struct.
author
kramm
<kramm>
Mon, 16 Aug 2004 17:59:10 +0000
(17:59 +0000)
committer
kramm
<kramm>
Mon, 16 Aug 2004 17:59:10 +0000
(17:59 +0000)
pdf2swf/swfoutput.h
patch
|
blob
|
history
diff --git
a/pdf2swf/swfoutput.h
b/pdf2swf/swfoutput.h
index
16e6d6d
..
267710a
100644
(file)
--- 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;