X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b236c10f77e9ed0bc3c16d1cceb4a62f7048b4f9..d60156ac9d764d9ee6cf866a87084732d341abb9:/docs/latex/wx/fontlist.tex diff --git a/docs/latex/wx/fontlist.tex b/docs/latex/wx/fontlist.tex index cd5785fb2f..592a675779 100644 --- a/docs/latex/wx/fontlist.tex +++ b/docs/latex/wx/fontlist.tex @@ -29,12 +29,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 +37,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. - -