change character spacing?
in
Programming Questions
•
10 months ago
Is there a way to change the character spacing or do I have to load a new font? Thanks!
fill(255);
f = createFont("Arial", 20*4, true);
textFont(f);
textSize(52);
text("TEST", -190, -110);
1