Added encoding parameter to wxFontList::FindOrCreateFont
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,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.
|
||||
|
Reference in New Issue
Block a user