Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point to wiki in text() reference page #5319

Merged
merged 2 commits into from
Jul 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/typography/loading_displaying.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ p5.prototype.loadFont = function(path, onSuccess, onError) {
* <b>WEBGL</b>: Only opentype/truetype fonts are supported. You must load a font
* using the <a href="#/p5/loadFont">loadFont()</a> method (see the example above).
* <a href="#/p5/stroke">stroke()</a> currently has no effect in webgl mode.
* Learn more about working with text in webgl mode on the
* <a href="https://github.com/processing/p5.js/wiki/Getting-started-with-WebGL-in-p5#text">wiki</a>.
*
* @method text
* @param {String|Object|Array|Number|Boolean} str the alphanumeric
Expand Down