]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dcpsg.h
tried to fix compilation for mingw32 and wxGTK/Motif in the same time
[wxWidgets.git] / include / wx / generic / dcpsg.h
index 387fda5adeed04362edd5ba599101c5386b5500c..9ce1a6efe4cf722c979d8b435347ad21c2095db7 100644 (file)
@@ -86,6 +86,7 @@ public:
   void DoDrawBitmap( const wxBitmap& bitmap, wxCoord x, wxCoord y, bool useMask=FALSE );
 
   void DoDrawText(const wxString& text, wxCoord x, wxCoord y );
+  void DoDrawRotatedText(const wxString& text, wxCoord x, wxCoord y, double angle);
 
   void Clear();
   void SetFont( const wxFont& font );
@@ -106,7 +107,7 @@ public:
 
   wxCoord GetCharHeight() const;
   wxCoord GetCharWidth() const;
-  bool CanGetTextExtent() const { return FALSE; }
+  bool CanGetTextExtent() const { return TRUE; }
   void DoGetTextExtent(const wxString& string, wxCoord *x, wxCoord *y,
                      wxCoord *descent = (wxCoord *) NULL,
                      wxCoord *externalLeading = (wxCoord *) NULL,