Most appropriate sub-area of p5.js?
p5.js version
1.11.13
Web browser and version
Chrome latest
Operating system
MacOS
Steps to reproduce this
Steps:
- textSize(201)
- textDescent()
Snippet:
https://editor.p5js.org/JuanIrache/sketches/2VVe5sram
When text size is larger than 200, trextAscent() and textDescent() break. Their total sum is correct, but they don't point to the top and bottom of the font any more.
Most appropriate sub-area of p5.js?
p5.js version
1.11.13
Web browser and version
Chrome latest
Operating system
MacOS
Steps to reproduce this
Steps:
Snippet:
https://editor.p5js.org/JuanIrache/sketches/2VVe5sram
When text size is larger than 200, trextAscent() and textDescent() break. Their total sum is correct, but they don't point to the top and bottom of the font any more.