nw::font::TextWriterBase::CalcStringRect Member Function

Syntax

void CalcStringRect(
     ut::Rect * pRect,
     const CharType * str
) const;

void CalcStringRect(
     ut::Rect * pRect,
     const CharType * str,
     int           length
) const;

List of Overloaded Member Functions

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.

Description of CalcStringRect ( ut::Rect *, const CharType * )

Calculates the drawing rectangle for the text string.

Description of CalcStringRect ( ut::Rect *, const CharType *, int )

Calculates the drawing rectangle for the text string.


CONFIDENTIAL