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

Syntax

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

Arguments

Name Description
out pRect Pointer to the buffer that receives the string drawing rectangle.
in str The string

Return Values

None.

Description

Calculates the drawing rectangle for the text string.


CONFIDENTIAL