(defn string->text-in
""
([^PApplet sketch ^String s x1 y1 x2 y2]
(.text sketch s (float x1) (float y1) (float x2) (float y2)))
([^PApplet sketch ^String s x1 y1 x2 y2 z]
(.text sketch s (float x1) (float y1) (float x2) (float y2) (float z))))
Comments top
No comments for string->text-in. Log in to add a comment.