fix: correct textToContours and textToModel reference documentation (#8623) by gourijain029-del · Pull Request #8626 · processing/p5.js
Navigation Menu
{{ message }}
processing / p5.js Public
- Notifications You must be signed in to change notification settings
- Fork 3.7k
Open
gourijain029-del wants to merge 2 commits intoprocessing:dev-2.0from
Open
Conversation
Copy link
gourijain029-del
commented
Mar 9, 2026
gourijain029-del
commented
This PR addresses issue #8623 by correcting documentation errors in the 2.0 Typography methods.
Changes made:
- In src/type/p5.Font.js: Updated the reference docs for textToContours() to properly refer to
font.textToContours()instead offont.textToPoints()in its description. - Documented the
extrudeandsampleFactoroptions within the main description text block of textToModel() so that they are correctly parsed and listed on the generated p5.js Reference page.
No breaking changes or logic changes were made. All tests pass locally.
gourijain026@gmail.com and others added 2 commits
March 9, 2026 21:50This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment