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 |
| ||
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.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License