textSize()
Typography / AttributesDescription
Sets the current font size. This size will be used in all subsequent calls to text().
Syntax
void textSize(float size)
Parameters
| Name | Type | Description |
|---|---|---|
| size | float | the size of the letters in pixels |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...