From 089ec5295eeff773a3b1cd614e2d609b35a77cfe Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 13 Jun 2000 19:06:47 +0000 Subject: [PATCH] note about logical ops and DrawText under Windows git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/dc.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/latex/wx/dc.tex b/docs/latex/wx/dc.tex index dae567a7b8..5a3caed12a 100644 --- a/docs/latex/wx/dc.tex +++ b/docs/latex/wx/dc.tex @@ -348,6 +348,11 @@ the string. See \helpref{wxDC::GetTextExtent}{wxdcgettextextent} for how to get the dimensions of a text string, which can be used to position the text more precisely. +{\bf NB:} under wxGTK the current +\helpref{logical function}{wxdcgetlogicalfunction} is used by this function +but it is ignored by wxMSW. Thus, you should avoid using logical functions +with this function in portable programs. + \membersection{wxDC::EndDoc}\label{wxdcenddoc} \func{void}{EndDoc}{\void}