]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fontlist.tex
undefine _DEFINE_LIST before redefining it; also rename it to have WX prefix
[wxWidgets.git] / docs / latex / wx / fontlist.tex
index 6a687cb091aa91ff44d56b9bcf2f7f5b8ea869e1..48c7d127f97031cd620f1dfe0bdbee88b72c949e 100644 (file)
@@ -9,44 +9,34 @@ deleted and their resources freed, eliminating the possibility of `memory leaks'
 
 \wxheading{Derived from}
 
-\helpref{wxList}{wxlist}\\
-\helpref{wxObject}{wxobject}
+\helpref{wxList}{wxlist}
 
 \wxheading{Include files}
 
 <wx/gdicmn.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \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}
-
-\func{void}{AddFont}{\param{wxFont *}{font}}
-
-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}, \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}
-
-\func{void}{RemoveFont}{\param{wxFont *}{font}}
-
-Used by wxWidgets to remove a font from the list.
-
-