Home » Development Area » DigiGuide Print Script » 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

ParameterDescription
int nLeft
int nTop
int nRight
String strText
String colorText


See Also

  • GetTextWidth
  • MeasureText
  • PlaceText

    (Last updated: February 13, 2020 12:43:32)