On this page:
PSDC
8.15.0.2

1.4 PostScript (PS) Drawing Context🔗ℹ

class

class draw.PSDC():

  implements PagedDC

  constructor (

    size :: PaperSize,

    ~output: output :: Path || Port.Output,

    ~as_eps: as_eps = #true

  )

Creates a drawing context that produces PostScript output. Be sure to use PagedDC.start and PagedDC.end around all drawing.