]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontmap.h
Fixes for WinCE
[wxWidgets.git] / include / wx / fontmap.h
index f13cf47a50e92f787a9da4056dadbc4b6a4c8303..7e3481db5b3921f1c04167716522149372f446f5 100644 (file)
@@ -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;