X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/385c54d7202f7833eac2aa3fa8a3f07397915074..f21a7f94fc140318308cc1c5bc1d63ea2b4c62c7:/include/wx/generic/dcpsg.h diff --git a/include/wx/generic/dcpsg.h b/include/wx/generic/dcpsg.h index 184092f593..9ce1a6efe4 100644 --- a/include/wx/generic/dcpsg.h +++ b/include/wx/generic/dcpsg.h @@ -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 );