DigiGuide Logo

Home » Development Area » DigiGuide Script » API Index » Function: MeasureText

Function: MeasureText


MeasureText( int nWidth, String strText )

Summary

Returns the height of strText given a constraining nWidth.


Remarks

text can be basic HTML as used within DigiGuide or plain text.


Parameters

ParameterDescription
int nWidth Allowed width
String strText The text to measure


See Also

  • DrawEllipsisText
  • GetTextWidth

    (Last updated: October 20, 2006 10:38:26)