| 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 Mon Sep 21 15:53:26 2020.
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