p5.js
p5.js copied to clipboard
feat(typography): add JUSTIFIED text alignment for bounded text
Changes
- Adds
JUSTIFIEDconstant tosrc/core/constants.js - Implements justified text rendering in
src/type/textCore.js - Distributes extra space evenly between words
- Keeps the last line left-aligned (ragged) for better aesthetics
- Addresses #7712