From: Václav Slavík Date: Sun, 13 May 2001 22:10:20 +0000 (+0000) Subject: fixed a lie in docs (underlining is not limited to Windows anymore) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/17766da91f6e1c7a6c72f08396209d1effed7dbe fixed a lie in docs (underlining is not limited to Windows anymore) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/font.tex b/docs/latex/wx/font.tex index 8a4530faf7..1c02b9bc44 100644 --- a/docs/latex/wx/font.tex +++ b/docs/latex/wx/font.tex @@ -93,8 +93,6 @@ If the specified encoding isn't available, no font is created. If the desired font does not exist, the closest match will be chosen. Under Windows, only scaleable TrueType fonts are used. -Underlining only works under Windows at present. - See also \helpref{wxDC::SetFont}{wxdcsetfont}, \helpref{wxDC::DrawText}{wxdcdrawtext} and \helpref{wxDC::GetTextExtent}{wxdcgettextextent}.