nw::font::TextWriterBase::CalcVStringRect Member Function

Syntax

void CalcVStringRect(
     ut::Rect * pRect,
     const CharType* format,
     std::va_list  args
) const;

Arguments

Name Description
out pRect Pointer to the buffer that receives the character string drawing rectangle.
in format Format string.
in args String parameters.

Return Values

None.

Description

Calculates the drawing rectangle for the text string.

Revision History

2009/11/09
Initial version.

CONFIDENTIAL