GetFont() only works after SetFont()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a0bd314786
commit
04905cca87
@ -659,7 +659,10 @@ rectangle are returned as a tuple.}
|
||||
|
||||
\constfunc{const wxFont\&}{GetFont}{\void}
|
||||
|
||||
Gets the current font (see \helpref{wxDC::SetFont}{wxdcsetfont}).
|
||||
Gets the current font. Notice that even although each device context object has
|
||||
some default font after creation, this method would return a \texttt{wxNullFont}
|
||||
initially and only after calling \helpref{wxDC::SetFont}{wxdcsetfont} a valid
|
||||
font is returned.
|
||||
|
||||
|
||||
\membersection{wxDC::GetLogicalFunction}\label{wxdcgetlogicalfunction}
|
||||
|
Loading…
Reference in New Issue
Block a user