Example #1
0
S32 LLTextBox::getTextPixelWidth()
{
	return getTextBoundingRect().getWidth();
}
Example #2
0
S32 LLTextBox::getTextPixelHeight()
{
	return getTextBoundingRect().getHeight();
}
S32 LLExpandableTextBox::LLTextBoxEx::getTextPixelHeight()
{
	return getTextBoundingRect().getHeight();
}