]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dc.h
Get/Set LayoutDirection
[wxWidgets.git] / include / wx / dc.h
index dbe62c4d95e2f94754072a0c0c5c4e3ceeef919b..da5bc5fde03d00568d3d3cea7260d849c16434ea 100644 (file)
@@ -446,7 +446,7 @@ public:
                                         wxCoord *width,
                                         wxCoord *height,
                                         wxCoord *heightLine = NULL,
-                                        wxFont *font = NULL);
+                                        wxFont *font = NULL) const;
 
     // Measure cumulative width of text after each character
     bool GetPartialTextExtents(const wxString& text, wxArrayInt& widths) const