nn::font::CTR::TextWriterBase::CalcStringRect Member Function

Syntax

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

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

List of Overloaded Member Functions

CalcStringRect ( util::Rect *, const CharType * ) Calculates the drawing rectangle for the string.
CalcStringRect ( util::Rect *, const CharType *, int ) Calculates the drawing rectangle for the string.

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

Calculates the drawing rectangle for the string.

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

Calculates the drawing rectangle for the string.


CONFIDENTIAL