I need a function that does the exact same thing as ctx.measureText(string).width, but with the height of the string. I was quite surprised when I found out that ctx.measureText(string).height doesn't exist. Seems strange that there'd be one for width but not height...
(Please don't use jQuery)