processing / processing/p5.js-compatibility
textToPoints signature changed from 1.x to 2.x
Open
@susan-t is already working on this.
Since May 4, 2026.
documentation
help wanted
- Dominant language
- JavaScript
- Stars
- 18
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Parameters are different: https://beta.p5js.org/reference/p5.font/texttopoints/ vs https://p5js.org/reference/p5.Font/textToPoints/
In 2.x, size is not passed ass a parameter to textToPoints. 1.x sketches using textToPoints would need to be updated to set the size before texttopoints is called; plus using async/await without preload.
This is currently missing from both the changelog on the README, and the side by side examples
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.