SetTextMaxWidth
Description
Sets the maximum width the text object will use to draw, any characters that extend beyond this value will wrap onto a new line.
Definition
SetTextMaxWidth( iTextIndex, width )
void agk::SetTextMaxWidth( UINT iTextIndex, float width )
Parameters
- iTextIndex - The ID of the text object to modify
- width - The maximum width the text will use