Skip to content

Commit

Permalink
Add a pointer to the wiki as a resource for more information
Browse files Browse the repository at this point in the history
on text in webgl mode
  • Loading branch information
JetStarBlues committed Jun 17, 2021
1 parent 7375939 commit c79c28f
Showing 1 changed file with 2 additions and 0 deletions.
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
* <a href="https://github.com/processing/p5.js/wiki/Getting-started-with-WebGL-in-p5#text">here</a>.
*
* @method text
* @param {String|Object|Array|Number|Boolean} str the alphanumeric
Expand Down

0 comments on commit c79c28f

Please sign in to comment.