Interface Manager
C4Interface.h

TextElement::SetFirstRenderLine

Sets the index of the first line rendered in a text box.
Prototype

void SetFirstRenderLine(long index);

Parameters
index The index of the first line to render.
Description
The SetFirstRenderLine function sets the index of the first line rendered in a text box. The default value is 0. See the TextElement::SetRenderLineCount function for a discussion of rendering a limited number of lines.
See Also
TextElement::GetFirstRenderLine

TextElement::GetRenderLineCount

TextElement::SetRenderLineCount

TextElement::GetLineCount