nn::font::CTR::TextWriterBase::CalcFormatStringRect Member Function

Syntax

void CalcFormatStringRect(
     util::Rect * pRect,
     const CharType* format,
     ...
) const;

Arguments

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

Return Values

None.

Description

Calculates the drawing rectangle for the text string.


CONFIDENTIAL