nw::font::TextWriterBase::CalcFormatStringWidth Member Function

Syntax

f32 CalcFormatStringWidth(
     const CharType* format,
     ...
) const;

Arguments

Name Description
in format Format string.
in ... String parameters.

Return Values

Returns the width of the character string.

Description

Calculates the width of the text.

Returns the maximum width for each line of text when there is more than one line of text.

Revision History

2009/11/09
Initial version.

CONFIDENTIAL