]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/gdi.i
Bug fixes, new tests and demos, new generated source...
[wxWidgets.git] / utils / wxPython / src / gdi.i
index 0f6047ec04e9608e569a1a3a4522ba19b0757664..b97cb5a75649187568db54f232c0cdfa5b6bf7df 100644 (file)
@@ -198,11 +198,12 @@ public:
                 wxFontEncoding encoding=wxFONTENCODING_DEFAULT) {
 
             return wxTheFontList->FindOrCreateFont(pointSize, family, style, weight,
-                                                   underline, faceName);
+                                                   underline, faceName, encoding);
         }
         // NO Destructor.
     }
 
+    bool Ok();
 
     wxString GetFaceName();
     int GetFamily();