X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..5f445b310b239ea4d26996d4384899c66aa833c5:/docs/latex/wx/fontlist.tex?ds=sidebyside diff --git a/docs/latex/wx/fontlist.tex b/docs/latex/wx/fontlist.tex index b6ee9b108b..dbe63b0580 100644 --- a/docs/latex/wx/fontlist.tex +++ b/docs/latex/wx/fontlist.tex @@ -12,6 +12,10 @@ deleted and their resources freed, eliminating the possibility of `memory leaks' \helpref{wxList}{wxlist}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxFont}{wxfont} @@ -34,7 +38,7 @@ Used by wxWindows 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{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.