]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontenum.h
fixing 10.5 only compiles
[wxWidgets.git] / include / wx / fontenum.h
index 8544e0dc493662504487926c030d2bf57765bcf1..29127061a8bcf78899e5c21cd9efac0143c494dd 100644 (file)
 #ifndef _WX_FONTENUM_H_
 #define _WX_FONTENUM_H_
 
+#include "wx/defs.h"
+
+#if wxUSE_FONTENUM
+
 #include "wx/fontenc.h"
 #include "wx/arrstr.h"
 
@@ -72,7 +76,14 @@ 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)
 };
 
+#endif // wxUSE_FONTENUM
+
 #endif // _WX_FONTENUM_H_