Removed Pango homemade implementation and
reinstated old code that uses /Times and /Helv etc for printing PostScript. Various smaller fixes related to printing. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -230,6 +230,7 @@ void wxPrintData::operator=(const wxPrintData& data)
|
||||
m_paperSize = data.m_paperSize;
|
||||
m_bin = data.m_bin;
|
||||
m_printMode = data.m_printMode;
|
||||
m_filename = data.m_filename;
|
||||
|
||||
m_nativeData = data.GetNativeData();
|
||||
m_nativeData->m_ref++;
|
||||
|
Reference in New Issue
Block a user