# set a font and font size
font("Times-Italic", 200)
# draw text
text("hallo", (200, 600))
text("I'm Times", (100, 300))