(defn text-font "" ([^PApplet sketch ^PFont which] (.textFont sketch which)) ([^PApplet sketch ^PFont which size] (.textFont sketch which (int size))))
Comments top
No comments for text-font. Log in to add a comment.