X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/385c54d7202f7833eac2aa3fa8a3f07397915074..794bcc2dea743ac907b839f54e451847c9ea4b72:/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 );