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