]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/features.h
derive wxConfig classes from wxObject and add wxRTTI macros to them (patch 1587607)
[wxWidgets.git] / include / wx / features.h
index dbf93b4ff733839825e07ffc9cfb9896827feb8c..637a50e77ce216be98a5d8a4f90d2ed88e29bd26 100644 (file)
     #undef wxHAS_REGEX_ADVANCED
 #endif
 
+/* Pango-based ports and wxDFB use UTF-8 for text and font encodings
+ * internally and so their fonts can handle any encodings: */
+#if wxUSE_PANGO || defined(__WXDFB__)
+    #define wxHAS_UTF8_FONTS
+#endif
+
 #endif /*  _WX_FEATURES_H_ */