Hi,
I have the following problem, when I try to use textBounds on instance mode im not sure how to do it, is reporting me this error -> Unable to get property ‘unitsPerEm’ of undefined or null reference.
let name = "test";
let font = this.loadFont('assets/AvantBold.otf');
let bounds = font.textBounds(name, 0, 0, 32);
Im just trying to do this example in instance mode: https://p5js.org/reference/#/p5.Font/textToPoints