A canvas.T
object provides the following methods to define the
information about the output file.
can = canvas.init("foo.pdf") ar = area.T(...) can.set_author("Charles Dickens") can.set_title("A tale of two cities") ar.draw(can)
str) |
str) |
str) |
str) |