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