wxFontEnumerator returns all fonts, not TrueType only

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-12-30 17:07:21 +00:00
parent 17ade085be
commit 98e6fc816f
2 changed files with 36 additions and 8 deletions

View File

@@ -79,6 +79,7 @@ wxMSW:
- fixed flicker in wxTreeCtrl::SetItemXXX()
- fixed redraw problems in dynamically resized wxStaticText
- fixed wxProgressDialog for ranges > 65535
- wxFontEnumerator now returns all fonts, not only TrueType ones
2.3.2
-----