]> git.saurik.com Git - wxWidgets.git/commit
Use PangoFontMetrics to get wxDC::GetCharHeight, because that's the proper and clean...
authorMart Raudsepp <leio@gentoo.org>
Sun, 9 Jul 2006 03:46:01 +0000 (03:46 +0000)
committerMart Raudsepp <leio@gentoo.org>
Sun, 9 Jul 2006 03:46:01 +0000 (03:46 +0000)
commit370b406c711e97b2dcbbd4cc5c4c8e85dafa8597
treefe3274919fa1e21f8ebd65f913a1eefa71eb9be6
parentdec588bd6eda84fa43b4125530f4b753262588c9
Use PangoFontMetrics to get wxDC::GetCharHeight, because that's the proper and clean way to get the body size of a
particular font, and it doesn't go through all the layoutting code (hence, 20-35% quicker than measuring H for
logical extents).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/dcclient.cpp