]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/fonts.i
info about removal of wxhtml.rc
[wxWidgets.git] / wxPython / src / fonts.i
index 6f00cd0b0c7a3b3a6a6b1b764bb7306155d55782..454e4af1bc309fb6d6aea328b418c2ec4dca2064 100644 (file)
@@ -854,6 +854,9 @@ public:
     // or output encoding is not supported.)
     bool Init(wxFontEncoding input_enc, wxFontEncoding output_enc, int method = wxCONVERT_STRICT);
 
+
+    // TODO:  Need to do something about unicode mode...
+
     // Convert input string according to settings passed to Init.
     // Note that you must call Init before using Convert!
     wxString Convert(const wxString& input);
@@ -868,6 +871,7 @@ public:
 //  #endif
 
 
+
     // Return equivalent(s) for given font that are used
     // under given platform. wxPLATFORM_CURRENT means the plaform
     // this binary was compiled for