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)
};