From fa4bc07cceb7dd42099e1b8227423d7f4ee034b2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 18 Sep 2005 23:04:48 +0000 Subject: [PATCH] documented GetAllEncodingNames git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/fontmap.tex | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/latex/wx/fontmap.tex b/docs/latex/wx/fontmap.tex index 6709c89d56..efc6abb498 100644 --- a/docs/latex/wx/fontmap.tex +++ b/docs/latex/wx/fontmap.tex @@ -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}} -- 2.45.2