C4 Engine
C4 Engine API Documentation

TextWidget::GetRenderLineCount

Defined in:  C4Widgets.h
Returns the number of lines rendered in a text box.
Prototype

int32 GetRenderLineCount(voidconst;

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

TextWidget::SetFirstRenderLine

TextWidget::GetLineCount