textSize(size);
Set the font size
Arguments
size
The size of the font in pixelsIf this is called using fonts, make sure to call textSize
after calling textFont
textSize(56);
text('Big Text', 50, 50);
textSize(size);
Set the font size
size
The size of the font in pixelsIf this is called using fonts, make sure to call textSize
after calling textFont
textSize(56);
text('Big Text', 50, 50);