The text() function is used for inserting text into the canvas. You can change the font and text size using the loadFont() and fontSize() functions. The text can be aligned left, center, or right with the textAlign() function, and, like shapes, text can be colored with fill().
Related Examples

No alt text
Words
Load fonts and draw text.

No alt text
Copy Image Data
Paint from an image file onto the canvas.

No alt text
Alpha Mask
Use one image to cut out a section of another image.

No alt text
Image Transparency
Make an image translucent on the canvas.

No alt text
Audio Player
Create a player for an audio file.

No alt text
Video Player
Create a player for a video file.

No alt text
Video on Canvas
Display and stylize a video on the canvas.

No alt text
Video Capture
Display a live video feed from a camera.