]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fontlist.tex
implemented nested index entries and index entries pointing to multiple documents...
[wxWidgets.git] / docs / latex / wx / fontlist.tex
index f46812756ee72ba1f3e5268935148421f2f97708..6a687cb091aa91ff44d56b9bcf2f7f5b8ea869e1 100644 (file)
@@ -33,11 +33,11 @@ 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},
+\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
@@ -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.