:text

Example

Draws text to the screen. :value - The text to display (string) :size - The font size (number) :font - The name of the font (string) :style - The font style (:normal, :italic, :bold)
[:text {:value "Hello, world!", :x 0, :y 50, :size 16, :font "Georgia", :style :italic}]