documented GetAllEncodingNames

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-09-18 23:04:48 +00:00
parent 6b91d11340
commit fa4bc07cce

View File

@@ -114,6 +114,16 @@ one.
\helpref{wxFontMapper::Set}{wxfontmapperset}
\membersection{wxFontMapper::GetAllEncodingNames}{\label{wxfontmappergetallencodingnames}
\func{static const wxChar**}{GetAllEncodingNames}{\param{wxFontEncoding }{encoding}}
Returns the array of all possible names for the given encoding. The array is
\NULL-terminated. IF it isn't empty, the first name in it is the canonical
encoding name, i.e. the same string as returned by
\helpref{GetEncodingName()}{wxfontmappergetencodingname}.
\membersection{wxFontMapper::GetAltForEncoding}\label{wxfontmappergetaltforencoding}
\func{bool}{GetAltForEncoding}{\param{wxFontEncoding }{encoding}, \param{wxNativeEncodingInfo* }{info}, \param{const wxString\& }{facename = wxEmptyString}, \param{bool }{interactive = true}}