]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/defs.h
guard against not-yet-existing font, fixes #14516
[wxWidgets.git] / interface / wx / defs.h
index 33b3e5af06c575ea612ff55de8e0af5ad0a1906f..a6f3952a68fe9ad6408b16a6280a54af9913f9f8 100644 (file)
@@ -1195,6 +1195,16 @@ enum wxDuplexMode
     wxDUPLEX_VERTICAL
 };
 
+/**
+    Print quality.
+*/
+#define wxPRINT_QUALITY_HIGH    -1
+#define wxPRINT_QUALITY_MEDIUM  -2
+#define wxPRINT_QUALITY_LOW     -3
+#define wxPRINT_QUALITY_DRAFT   -4
+
+typedef int wxPrintQuality;
+
 /**
     Print mode (currently PostScript only).
 */