fixed low resolution problem with wxPostScriptDC

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

View File

@@ -129,6 +129,12 @@ public:
void SetPrintData(const wxPrintData& data) { m_printData = data; }
virtual int GetDepth() const { return 24; }
static void SetResolution(int ppi);
static int GetResolution();
private:
static float ms_PSScaleFactor;
protected: