p5.js icon indicating copy to clipboard operation
p5.js copied to clipboard

feat(typography): add JUSTIFIED text alignment for bounded text

Open Vansh0204 opened this issue 3 weeks ago • 0 comments

Changes

  • Adds JUSTIFIED constant to src/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

Vansh0204 avatar Dec 01 '25 18:12 Vansh0204