X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1c75e0f93b4ec9f45827cc5a2d16ef17a675dfc..8fef2a9b08766582f18a87f675ad574eba58e640:/include/wx/fontmap.h diff --git a/include/wx/fontmap.h b/include/wx/fontmap.h index f13cf47a50..7e3481db5b 100644 --- a/include/wx/fontmap.h +++ b/include/wx/fontmap.h @@ -141,6 +141,13 @@ protected: wxString m_configRootPath; #endif // wxUSE_CONFIG + // the real implementation of the base class version of CharsetToEncoding() + // + // returns wxFONTENCODING_UNKNOWN if encoding is unknown and we shouldn't + // ask the user about it, wxFONTENCODING_SYSTEM if it is unknown but we + // should/could ask the user + int NonInteractiveCharsetToEncoding(const wxString& charset); + private: // the global fontmapper object or NULL static wxFontMapper *sm_instance;