X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e39954934300b29f5e12f3142c1c6be25f659677..b18e2046af6c8eaf6e867ba18dd9410dbd7dfcf7:/interface/wx/dc.h 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