]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected description of font parameter of GetTextExtent()
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 8 Feb 2006 13:02:20 +0000 (13:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 8 Feb 2006 13:02:20 +0000 (13:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/dc.tex

index 6ee2cd24e6eda75ba4975c24ddb9c4a6e2087be6..84ddcef5515af88215397c259cd8d00a4b7d1eda 100644 (file)
@@ -750,10 +750,8 @@ dimension from the baseline of the font to the bottom of the
 descender, and {\it externalLeading} is any extra vertical space added
 to the font by the font designer (usually is zero).
 
-The optional parameter {\it font} specifies an alternative
-to the currently selected font: but note that this does not
-yet work under Windows, so you need to set a font for
-the device context first.
+If the optional parameter {\it font} is specified and valid, then it is used
+for the text extent calculation. Otherwise the currently selected font is.
 
 See also \helpref{wxFont}{wxfont}, \helpref{wxDC::SetFont}{wxdcsetfont}.