hopefully fix font-size cache and printing
svn: r8352
This commit is contained in:
parent
8f193f9e67
commit
5715f7a8da
|
@ -212,6 +212,8 @@ class wxPrinterDC: public wxDC
|
|||
wxPrinterDC(HDC theDC);
|
||||
|
||||
~wxPrinterDC(void);
|
||||
|
||||
virtual int CacheFontMetricsKey();
|
||||
};
|
||||
|
||||
// Gets an HDC for the default printer configuration
|
||||
|
|
|
@ -3052,6 +3052,11 @@ wxPrinterDC::wxPrinterDC(HDC theDC)
|
|||
SetPen(wxBLACK_PEN);
|
||||
}
|
||||
|
||||
int wxPrinterDC::CacheFontMetricsKey()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
wxPrinterDC::~wxPrinterDC(void)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user