/////////////////////////////////////////////////////////////////////////////
// Name: fontmap.h
-// Purpose: documentation for wxFontMapper class
+// Purpose: interface of wxFontMapper
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{misc}
- @seealso
- wxEncodingConverter, @ref overview_nonenglishoverview "Writing non-English
+ @see wxEncodingConverter, @ref overview_nonenglishoverview "Writing non-English
applications"
*/
class wxFontMapper
/**
Get the current font mapper object. If there is no current object, creates
one.
-
+
@see Set()
*/
static wxFontMapper* Get();
/**
Return internal string identifier for the encoding (see also
wxFontMapper::GetEncodingDescription)
-
+
@see GetEncodingFromName()
*/
static wxString GetEncodingName(wxFontEncoding encoding);
Set the current font mapper object and return previous one (may be @NULL).
This method is only useful if you want to plug-in an alternative font mapper
into wxWidgets.
-
+
@see Get()
*/
static wxFontMapper* Set(wxFontMapper* mapper);
*/
void SetDialogTitle(const wxString& title);
};
+