made width computation in GetTextExtent() more precise, especially for italics fonts (based on the code from Wlodek Szafran)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-04-15 15:08:43 +00:00
parent 968f291be6
commit 481203cb23
2 changed files with 33 additions and 3 deletions

View File

@@ -175,6 +175,7 @@ wxMSW:
- Fixed wxChoice/wxComboBox slow appending and infinite recursion
if its size is set within a paint handler (for example when embedded in a
wxHtmlWindow). [Now reverted due to problems in W2K and below.]
- wxDC::GetTextExtent() width calculation is more precise for italics fonts now
wxGTK: