use pango_font_family_is_monospace() to enumerate fixed-width fonts if available

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-06-06 15:32:07 +00:00
parent 00bcc185e4
commit 304205f142
5 changed files with 248 additions and 4 deletions

View File

@@ -1302,4 +1302,7 @@
/* Define this if you have type SPBCDATA */
#undef HAVE_SPBCDATA
/* Define if you have pango_font_family_is_monospace() (Pango >= 1.3.3) */
#undef HAVE_PANGO_FONT_FAMILY_IS_MONOSPACE
#endif /* __WX_SETUP_H__ */