From aff647c1eac637e4415ce06df1e516eb315f0f40 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Sat, 14 Mar 2009 14:02:37 +0000 Subject: [PATCH] more specs for wxDC::DrawRotatedText git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/dc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/wx/dc.h b/interface/wx/dc.h index 9184ee8900..67542826ee 100644 --- a/interface/wx/dc.h +++ b/interface/wx/dc.h @@ -444,7 +444,8 @@ public: void DrawRectangle(wxCoord x, wxCoord y, wxCoord width, wxCoord height); /** - Draws the text rotated by @a angle degrees. + Draws the text rotated by @a angle degrees + (positive angles are counterclockwise; the full angle is 360 degrees). @note Under Win9x only TrueType fonts can be drawn by this function. In particular, a font different from @c wxNORMAL_FONT should be used -- 2.45.2