X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..d79decb5b4cea1616129b07f9768c98f0b4634d5:/docs/latex/wx/fontlist.tex

diff --git a/docs/latex/wx/fontlist.tex b/docs/latex/wx/fontlist.tex
index b6ee9b108b..cd5785fb2f 100644
--- a/docs/latex/wx/fontlist.tex
+++ b/docs/latex/wx/fontlist.tex
@@ -12,37 +12,41 @@ deleted and their resources freed, eliminating the possibility of `memory leaks'
 \helpref{wxList}{wxlist}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/gdicmn.h>
+
 \wxheading{See also}
 
 \helpref{wxFont}{wxfont}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxFontList::wxFontList}
+\membersection{wxFontList::wxFontList}\label{wxfontlistctor}
 
 \func{}{wxFontList}{\void}
 
 Constructor. The application should not construct its own font list:
 use the object pointer {\bf wxTheFontList}.
 
-\membersection{wxFontList::AddFont}
+\membersection{wxFontList::AddFont}\label{wxfontlistaddfont}
 
 \func{void}{AddFont}{\param{wxFont *}{font}}
 
-Used by wxWindows to add a font to the list, called in the font constructor.
+Used by wxWidgets to add a font to the list, called in the font constructor.
 
 \membersection{wxFontList::FindOrCreateFont}\label{findorcreatefont}
 
-\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}}
+\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}
+\membersection{wxFontList::RemoveFont}\label{wxfontlistremovefont}
 
 \func{void}{RemoveFont}{\param{wxFont *}{font}}
 
-Used by wxWindows to remove a font from the list.
+Used by wxWidgets to remove a font from the list.