Home » Development Area » DigiGuide Print Script » 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
| Parameter | Description |
| int nWidth |
Allowed width |
| String strText |
The text to measure |
|
|
|
See Also
DrawEllipsisText
GetTextWidth
(Last updated: February 13, 2020 11:43:32)