a7dc1c0e0f
When selecting the text in wxHtmlWindow by dragging the mouse the text to the right of the selection sometimes jumps horizontally. This happens only on MSW and only for TrueType fonts. The reason is that wxDC::GetPartialTextExtents() and wxDC::GetTextExtent() give different results if the text contains characters with underhangs or overhangs. Fix this by caching results of wxDC::GetPartialTextExtents() and using them instead of calling wxDC::GetTextExtent(). |
||
---|---|---|
.. | ||
forcelnk.h | ||
helpctrl.h | ||
helpdata.h | ||
helpdlg.h | ||
helpfrm.h | ||
helpwnd.h | ||
htmlcell.h | ||
htmldefs.h | ||
htmlfilt.h | ||
htmlpars.h | ||
htmlproc.h | ||
htmltag.h | ||
htmlwin.h | ||
htmprint.h | ||
m_templ.h | ||
styleparams.h | ||
webkit.h | ||
winpars.h |