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