PFont font; double coords = 0; void setup() { font = loadFont(); textFont(font); } void draw() { text("L:" + coords, width/2, height/2-10); }