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:
@@ -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}.
|
||||
|
Reference in New Issue
Block a user