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() -> None
PostScriptDC(printData : PrintData) -> None
This defines the wxWidgets Encapsulated PostScript device context, which can write PostScript files on any platform.
__init__
(self, *args, **kw)¶__init__ (self)
None
__init__ (self, printData : PrintData)
Constructs a PostScript printer device context from a wx.PrintData object.
printData (wx.PrintData) –
None