# Mkdrawf page 26
#Heres a complete Text object description.

Text {
  Colour r0g0b0        # black
  Background white     # remember this is just a hint
  Style 1              # in other words, font number 1
  Size 10 12           # x-size 10pt, y-size 12pt
  StartAt 100 100       # start at (100,100)
  Text "This is a text object"
}
