wxGTK: Fixed printing to use fonts sizes adjustment consistent with wxMSW. In
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 28 Sep 2008 09:33:04 +0000 (09:33 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 28 Sep 2008 09:33:04 +0000 (09:33 +0000)
commit12ca55868c4f5f95a7b7ca66f6c869dbddfebd7d
treee13fadb378e4bb91c948f95bdba0ca39e1d7efd1
parent988729f50a64ea1ffb840ea9acf075cdf76d9e00
wxGTK: Fixed printing to use fonts sizes adjustment consistent with wxMSW. In
particular, screen resolution no longer affects text size in printed output
when using wx's map-screen-to-paper approach to printing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dc.h
src/common/dcbase.cpp
src/generic/dcpsg.cpp
src/gtk/gnome/gprint.cpp
src/gtk/print.cpp