]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fontlist.tex
don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ......
[wxWidgets.git] / docs / latex / wx / fontlist.tex
index cd5785fb2faa23dedd0a91c955f6145ed76860c2..48c7d127f97031cd620f1dfe0bdbee88b72c949e 100644 (file)
@@ -9,13 +9,16 @@ 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}
@@ -29,12 +32,6 @@ deleted and their resources freed, eliminating the possibility of `memory leaks'
 Constructor. The application should not construct its own font list:
 use the object pointer {\bf wxTheFontList}.
 
-\membersection{wxFontList::AddFont}\label{wxfontlistaddfont}
-
-\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},
@@ -43,10 +40,3 @@ Used by wxWidgets to add a font to the list, called in the font constructor.
 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}
-
-\func{void}{RemoveFont}{\param{wxFont *}{font}}
-
-Used by wxWidgets to remove a font from the list.
-
-