]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fontlist.tex
don't always erase the background ourselves as this is incompatible with XP themed...
[wxWidgets.git] / docs / latex / wx / fontlist.tex
index a88479bd7b07a7b41baef1d76f52827b01120457..cd5785fb2faa23dedd0a91c955f6145ed76860c2 100644 (file)
@@ -40,7 +40,7 @@ Used by wxWidgets to add a font to the list, called in the font constructor.
 \func{wxFont *}{FindOrCreateFont}{\param{int}{ point\_size}, \param{int}{ family}, \param{int}{ style}, \param{int}{ weight}, \param{bool}{ underline = false},
  \param{const wxString\& }{facename = NULL}, \param{wxFontEncoding }{encoding = wxFONTENCODING\_DEFAULT}{}}
 
-Finds a font of the given specification, or creates one and adds it to the list. See the \helpref{wxFont constructor}{wxfontconstr} for
+Finds a font of the given specification, or creates one and adds it to the list. See the \helpref{wxFont constructor}{wxfontctor} for
 details of the arguments.
 
 \membersection{wxFontList::RemoveFont}\label{wxfontlistremovefont}