TextHeight
float TextHeight(int32 startLine,
float textHeight = fTextView->TextHeight(0, fTextView->CountLines());
float height = view->TextHeight(0, 32000);
float header_height = header_view.TextHeight(0,
float curPageHeight = fContentView->TextView()->TextHeight(
curPageHeight = fContentView->TextView()->TextHeight(
top = fTextView->TextHeight(0, firstLineOnPage - 1);
float bottom = fTextView->TextHeight(0, printLine - 1);
3 + TextViewPntr->TextHeight (0, sizeof (TempString)));
float lineHeight = TextHeight(lineNumber, lineNumber);
float newHeight = TextHeight(0, fLines->NumLines() - 1);
height = view->TextHeight(0,view->CountLines()) + 3;
*height = view->TextHeight(0, INT32_MAX) + 3;