]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dc.tex
fixed crash in OnSize() handler
[wxWidgets.git] / docs / latex / wx / dc.tex
index 94354be9345ad80d7f94373a23758950dcd165cf..95d44545bea119197df7d9e05f3509cf2f4f1d99 100644 (file)
@@ -364,6 +364,11 @@ for filling the shape.
 
 Draws the text rotated by {\it angle} degrees.
 
+{\bf NB:} Under Win9x only TrueType fonts can be drawn by this function. In
+particular, a font different from {\tt wxNORMAL\_FONT} should be used as the
+latter is not a TrueType font. {\tt wxSWISS\_FONT} is an example of a font
+which is.
+
 \wxheading{See also}
 
 \helpref{DrawText}{wxdcdrawtext}