]> git.saurik.com Git - wxWidgets.git/commit
Add wxDC::GetFontMetrics() and implement it for wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:48:13 +0000 (12:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 12:48:13 +0000 (12:48 +0000)
commite29bf4b0567856d5a40d6b47ce31762ca1960bc9
treef23b1e852c66730346fecc54f43d8434baad3d92
parentf5bdfc69a576eb32f680f962feec04935f6e71eb
Add wxDC::GetFontMetrics() and implement it for wxMSW.

Add a new wxDC method allowing to retrieve the font characteristics not
available from GetTextExtent(), notably the internal leading (and also the
average font width).

Currently this is implemented for wxMSW only, the internal leading is always 0
in the other ports.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dc.h
include/wx/msw/dc.h
interface/wx/dc.h
src/common/dcbase.cpp
src/msw/dc.cpp