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

@@ -130,6 +130,12 @@ public:
virtual int GetDepth() const { return 24; }
static void SetResolution(int ppi);
static int GetResolution();
private:
static float ms_PSScaleFactor;
protected:
FILE* m_pstream; // PostScript output stream