(defn text-align "" ([^PApplet sketch align] (.textAlign sketch (int align))) ([^PApplet sketch align-x align-y] (.textAlign sketch (int align-x) (int align-y))))
Comments top
No comments for text-align. Log in to add a comment.