Finding Width/Height of Text

BlitzMax Forums/BlitzMax Beginners Area/Finding Width/Height of Text

po(Posted 2008) [#1]
Is there an easy way of finding the width and height of text drawn using DrawText(), given its scale is effected by SetScale()? The only way I can think of would be using lines to find the edges of collision.

EDIT: And by width/height, I mean the pixel-length of a string, not the amount of characters.


Perturbatio(Posted 2008) [#2]
TextWidth and TextHeight multiplied by the current scale?


po(Posted 2008) [#3]
Eh. Once again, I fail to find the most basic of functions. Thanks.