fixed low resolution problem with wxPostScriptDC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-08-03 21:43:30 +00:00
parent 755528fe9a
commit bfcc7524b1
4 changed files with 55 additions and 19 deletions

View File

@@ -36,4 +36,16 @@ This constructor and the global printer settings are now deprecated;
use the wxPrintData constructor instead.
\membersection{wxPostScriptDC::SetResolution}\label{wxpostscriptdcsetresolution}
\func{static void}{SetResolution}{\param{int}{ ppi}}
Set resolution (in pixels per inch) that will be used in PostScript
output. Default is 720ppi.
\membersection{wxPostScriptDC::GetResolution}\label{wxpostscriptdcgetresolution}
\func{static int}{GetResolution}{\void}
Return resolution used in PostScript output. See
\helpref{SetResolution}{wxpostscriptdcsetresolution}.