Tesla Graphics Engine Documentation (January 2012)
MeasureString Method (text)
TeslaTesla.GraphicsSpriteFontMeasureString(StringBuilder)
Measures the string, returning the maximum width and height (stored in the X, Y coordinates respectively) of the string as it would be if rendered.
Declaration Syntax
C#
public Vector2 MeasureString(
	StringBuilder text
)
Parameters
text (StringBuilder)
The string builder
Return Value
Width, height of the string

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)