This defines the wxWidgets Encapsulated PostScript device context, which can write PostScript files on any platform.
See wx.DC for descriptions of the member functions.
Document should be started with call to StartDoc
prior to calling any function to execute a drawing operation. However, some functions, like SetFont
may be legitimately called even before StartDoc
wx.
PostScriptDC
(DC)¶Possible constructors:
PostScriptDC()
PostScriptDC(printData)
This defines the wxWidgets Encapsulated PostScript device context, which can write PostScript files on any platform.
__init__
(self, *args, **kw)¶__init__ (self)
__init__ (self, printData)
Constructs a PostScript printer device context from a wx.PrintData object.
printData (wx.PrintData) –