nw::font::TextWriterBase::CalcStringRect Member Function
void CalcStringRect(
ut::Rect * pRect,
const CharType * str
) const;
void CalcStringRect(
ut::Rect * pRect,
const CharType * str,
int length
) const;
| CalcStringRect ( ut::Rect *, const CharType * ) | Calculates the drawing rectangle for the text string. |
| CalcStringRect ( ut::Rect *, const CharType *, int ) | Calculates the drawing rectangle for the text string. |
CalcStringRect ( ut::Rect *, const CharType * ) Calculates the drawing rectangle for the text string.
CalcStringRect ( ut::Rect *, const CharType *, int ) Calculates the drawing rectangle for the text string.
CONFIDENTIAL