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