enable wxFontMapper in wxDFB port
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -60,5 +60,11 @@
|
||||
#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_ */
|
||||
|
||||
|
Reference in New Issue
Block a user