Thanks for explaining! I knew this had to be one of those “internal” problems with Processing.py.
Since you’ve pointed out that there is a text(chars, start, stop, x ,y)
function that expects a couple of int
s, I’ve simply turned those two arguments into float
s to convince Jython to use the other signature. Now it works fine!