nw::font::TextWriterBase::CalcStringRect Member Function
void CalcStringRect(
ut::Rect * pRect,
const CharType * str,
int length
) const;
| Name | Description | |
|---|---|---|
| out | pRect | Pointer to the buffer that receives the character string drawing rectangle. |
| in | str | Text string |
| in | length | Character string length. |
Calculates the drawing rectangle for the text string.
CONFIDENTIAL