]> git.saurik.com Git - wxWidgets.git/commit
wxPostScriptDC::DrawText now uses descent to determine baseline (instead of rough...
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 11 Dec 1999 21:52:43 +0000 (21:52 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 11 Dec 1999 21:52:43 +0000 (21:52 +0000)
commit6c3d9ced08ebea44948d2e129bcef5e1752a4544
tree3eca61e836b91603114e1677ce351356b81e4fe9
parentedbd0635f283adfe7aeb5c551e199493d05b6cf5
wxPostScriptDC::DrawText now uses descent to determine baseline (instead of rough approximation), wxPostScriptDC::GetTextExtent now returns correct height (it did incorrectly add descent to pt size of font)

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