diff --git a/src/webgl/text.js b/src/webgl/text.js index 0e427a57be..3edb888525 100644 --- a/src/webgl/text.js +++ b/src/webgl/text.js @@ -654,7 +654,7 @@ p5.RendererGL.prototype._renderText = function(p, line, x, y, maxY) { if (!this._isOpenType()) { console.log( - 'WEBGL: only Opentype (.otf) and Truetype (.ttf) fonts are supported' + 'WEBGL: only Opentype (.otf) and Truetype (.ttf) fonts are supported. Make sure to set the font using textFont() before drawing text.' ); return p; }