LineCount
UINT8 LineCount; /* Number of help lines */
UINT32 LineCount;
inline int32 LineCount() const;
float height = LineCount() * fFontInfo->lineHeight - 1;
int32 lineCount = LineCount();