X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/37bebc11125cfa163745d2b3d97f19c420884f55..45b8a2566d46bf77f13553937df258e44c88a789:/docs/latex/wx/fontlist.tex?ds=sidebyside diff --git a/docs/latex/wx/fontlist.tex b/docs/latex/wx/fontlist.tex index dbe63b0580..6a687cb091 100644 --- a/docs/latex/wx/fontlist.tex +++ b/docs/latex/wx/fontlist.tex @@ -33,12 +33,12 @@ use the object pointer {\bf wxTheFontList}. \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}, \param{wxFontEncoding }{encoding = wxFONTENCODING_DEFAULT}{}} +\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 details of the arguments. @@ -47,6 +47,6 @@ details of the arguments. \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.