]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontenum.h
Some code renaming to avoid confusion. Test editable column in sample.
[wxWidgets.git] / include / wx / fontenum.h
index 8544e0dc493662504487926c030d2bf57765bcf1..0e4b525cd573ef573d0bfe5e414eda6b9e6fa857 100644 (file)
@@ -72,6 +72,11 @@ public:
     static bool IsValidFacename(const wxString &str);
 
 private:
+#ifdef wxHAS_UTF8_FONTS
+    // helper for ports that only use UTF-8 encoding natively
+    bool EnumerateEncodingsUTF8(const wxString& facename);
+#endif
+
     DECLARE_NO_COPY_CLASS(wxFontEnumerator)
 };