Home » Development Area » DigiGuide Print Script » Function: PlaceText

Function: PlaceText


PlaceText( int nLeft, int nTop, int nWidth, String strText )

Summary

Draw text onto the page


Remarks

Actually does the drawing of text onto the current page. nLeft and nTop specify the coordinates of the top left of the text and nWidth constrains the width of the text.

Text can be basic HTML as used within DigiGuide.


Parameters

ParameterDescription
int nLeft Left position
int nTop Top position
int nWidth Maximum width
String strText Text to draw.


See Also

  • DrawEllipsisText
  • GetTextWidth

    (Last updated: February 13, 2020 11:43:33)