nn::font::CTR::TextWriterBase::CalcVStringRect Member Function

Syntax

void CalcVStringRect(
     util::Rect * pRect,
     const CharType * format,
     std::va_list args
) const;

Parameters

Name Description
out pRect Pointer to the buffer that receives the rectangle for drawing the string.
in format Format string.
in args String parameters.

Return Values

None.

Description

Calculates the drawing rectangle for the string.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL