g.DrawString Height

How do I get the height of the following Drawstring block of text?

g.DrawString( Text, LeftStart, CurrentLine, Width, Condense )

see Graphics.StringHeight

If Condense = True, just use Graphics.TextHeight.

Thank you Greg and Christian, not sure why that didn’t pop up in the search.