p5.js
p5.js copied to clipboard
Match the Text Wrapping Behavior to p5.js Documentation
Resolves #7163
Changes:
-
Added documentation for the
textWrap()function insrc/typography/loading_displaying.js. -
Included examples showing how to use
textWrap(CHAR)andtextWrap(WORD).
PR Checklist
- [ ]
npm run lintpasses - [ ] Inline reference is included / updated
- [ ] Unit tests are included / updated