]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Use extraFontFlag to specify if anti-aliased fonts should be used.
[wxWidgets.git] / include / wx / defs.h
index 3384a05b4b071a837b76d56e7174abceadf42d2b..e2e134ea9ef02c4460a2917c7005385fe518850b 100644 (file)
@@ -1994,7 +1994,8 @@ enum wxPrintMode
     wxPRINT_MODE_NONE =    0,
     wxPRINT_MODE_PREVIEW = 1,   /*  Preview in external application */
     wxPRINT_MODE_FILE =    2,   /*  Print to file */
-    wxPRINT_MODE_PRINTER = 3    /*  Send to printer */
+    wxPRINT_MODE_PRINTER = 3,   /*  Send to printer */
+    wxPRINT_MODE_STREAM =  4    /*  Send postscript data into a stream */
 };
 
 /*  ---------------------------------------------------------------------------- */