/**
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);