TextWidget::GetRenderLineCount
Defined in:
Returns the number of lines rendered in a text box.
C4Widgets.h
Prototype
int32 GetRenderLineCount(void) const;
Description
The GetRenderLineCount
function returns the number of lines rendered in a text box. The default value of 0 means that there is no limit to the number of lines rendered. See the TextWidget::SetRenderLineCount
function for a discussion of rendering a limited number of lines.
See Also
TextWidget::SetRenderLineCount
TextWidget::GetFirstRenderLine