X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7cdc2f1e4263b8069921c023a780e7feb05816c5..6fd5fa4fcc83bfc4be401e0d4e752f48ae0a38bf:/include/wx/os2/dc.h?ds=sidebyside diff --git a/include/wx/os2/dc.h b/include/wx/os2/dc.h index 225756a7a7..2df64604bc 100644 --- a/include/wx/os2/dc.h +++ b/include/wx/os2/dc.h @@ -162,6 +162,8 @@ protected: bool useMask = FALSE); virtual void DoDrawText(const wxString& text, wxCoord x, wxCoord y); + virtual void DoDrawRotatedText(const wxString& text, wxCoord x, wxCoord y, + double angle); virtual bool DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height, wxDC *source, wxCoord xsrc, wxCoord ysrc, @@ -216,6 +218,8 @@ protected: WXHBRUSH m_oldBrush; WXHFONT m_oldFont; WXHPALETTE m_oldPalette; + + float m_scaleFactor; // wxPSDC wants to have this. Will disappear. }; #endif // _WX_DC_H_