|
Home » Development Area » DigiGuide Script » API Index » Function: DrawEllipsisText
Function: DrawEllipsisText
| DrawEllipsisText( int nLeft, int nTop, int nRight, String strText, String colorText ) |
Summary
Draws text in the current font with ... if it's too small.
Remarks
Draws text in the current font. It will restricct the text to the width of nRight-nLeft, if the text is too wide it will truncate it and draw "..." on the end.
Parameters
| Parameter | Description |
| int nLeft |
|
| int nTop |
|
| int nRight |
|
| String strText |
|
| String colorText |
|
|
|
|
See Also
GetTextWidth
MeasureText
PlaceText
(Last updated: October 20, 2006 10:38:31)
|
|