nn::font::CTR::TextWriterBase::CalcVStringRect Member Function
void CalcVStringRect(
util::Rect * pRect,
const CharType * format,
std::va_list args
) const;
| Name | Description | |
|---|---|---|
| out | pRect | Pointer to the buffer that receives the rectangle for drawing the string. |
| in | format | Format string. |
| in | args | String parameters. |
Calculates the drawing rectangle for the string.
CONFIDENTIAL