X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..4179da8a81ee3110e2a8b5615e1a4f8c8b75a16b:/docs/latex/wx/fontlist.tex diff --git a/docs/latex/wx/fontlist.tex b/docs/latex/wx/fontlist.tex index 6a687cb091..cd5785fb2f 100644 --- a/docs/latex/wx/fontlist.tex +++ b/docs/latex/wx/fontlist.tex @@ -22,14 +22,14 @@ deleted and their resources freed, eliminating the possibility of `memory leaks' \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}} @@ -40,10 +40,10 @@ 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} +\membersection{wxFontList::RemoveFont}\label{wxfontlistremovefont} \func{void}{RemoveFont}{\param{wxFont *}{font}}