]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dc.h
fixing text matrix (dataview custom renderer showed problems) and reordering SaveGState
[wxWidgets.git] / interface / wx / dc.h
index a9ebbb3eabd544ecffae8956895b63e40c0c0038..1e4e08bc1a9aced71883fe56ce82c6e078ba7a15 100644 (file)
@@ -1122,6 +1122,19 @@ public:
     //@}
 
 
+    /**
+        Copy attributes from another DC.
+
+        The copied attributes currently are:
+            - Font
+            - Text foreground and background colours
+            - Background brush
+            - Layout direction
+
+        @param dc
+            A valid (i.e. its IsOk() must return @true) source device context.
+     */
+    void CopyAttributes(const wxDC& dc);
 
     /**
         Returns the depth (number of bits/pixel) of this DC.