Syntax: drawText
document, text, location
Draws a line of text on the current page, using the current text font, size, style, and justification. The justification specified using setTextJust
determines how the text is aligned relative to the Point specified in location.
drawText doc, "A little bit of text.", Point(100,50)