📘 Sets or gets the current font size. If no argument is provided, returns the current font size.
Optional
size of the font in pixels
current font size when no argument is provided
q5.draw = function () { background(0.8); textSize(abs(mouseX)); text('A', -90, 90);}; Copy
q5.draw = function () { background(0.8); textSize(abs(mouseX)); text('A', -90, 90);};
📘 Sets or gets the current font size. If no argument is provided, returns the current font size.