We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fbde13 + e9763bc commit 7e20954Copy full SHA for 7e20954
src/webgl/text.js
@@ -8,6 +8,8 @@ import './p5.RendererGL.Retained';
8
p5.RendererGL.prototype._applyTextProperties = function() {
9
//@TODO finish implementation
10
//console.error('text commands not yet implemented in webgl');
11
+ this._setProperty('_textAscent', null);
12
+ this._setProperty('_textDescent', null);
13
};
14
15
p5.RendererGL.prototype.textWidth = function(s) {
0 commit comments