]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fontlist.tex
Added wxPATH_NORM_SHORTCUT
[wxWidgets.git] / docs / latex / wx / fontlist.tex
index b6ee9b108b2be68e19b9fc3464b6f1679b783d91..d280119e4a1b786f72fb0f3afc1e935a495a73e3 100644 (file)
@@ -12,6 +12,10 @@ deleted and their resources freed, eliminating the possibility of `memory leaks'
 \helpref{wxList}{wxlist}\\
 \helpref{wxObject}{wxobject}
 
 \helpref{wxList}{wxlist}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/gdicmn.h>
+
 \wxheading{See also}
 
 \helpref{wxFont}{wxfont}
 \wxheading{See also}
 
 \helpref{wxFont}{wxfont}
@@ -33,8 +37,8 @@ Used by wxWindows to add a font to the list, called in the font constructor.
 
 \membersection{wxFontList::FindOrCreateFont}\label{findorcreatefont}
 
 
 \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}}
+\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.
 
 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.