implemented font matrices.
[swftools.git] / pdf2swf / swfoutput.h
index 0e1ed48..267710a 100644 (file)
@@ -50,11 +50,13 @@ struct swfcoord {
 
 struct swfoutput 
 {
+    MATRIX fontmatrix;
     double fontm11,fontm12,fontm21,fontm22;
     unsigned short int linewidth;
     SWFFONT *swffont;
     RGBA strokergb;
     RGBA fillrgb;
+    int drawmode;
 };
 
 /* outline definition, adapted from t1lib.h */