I know I can use context.measureText to get the width of some text if it would now be rendered on the canvas. Is there a way to do the same but get the text's height?
just a thought to myself - maybe I can rotate the text 90Deg and then test for the width ?...