Name

textSize()

Examples
background(0)
fill(255)
textSize(26)
text("WORD", 10, 50)
textSize(14)
text("WORD", 10, 70)
Description Sets the current font size. This size will be used in all subsequent calls to the text() function. Font size is measured in units of pixels.
Syntax
	testSize(size)
Parameters
sizeint: size of text in units of pixels
Related loadFont()
text()
textFont()

Updated on Tue Feb 27 14:07:12 2024.

If you see any errors or have comments, please let us know.