textSize

v0.1.6
textSize(size);

Set the font size

Arguments

sizeThe size of the font in pixels

If this is called using fonts, make sure to call textSize after calling textFont

textSize(56);
text('Big Text', 50, 50);
See textSize in typography.h