nw::font::TextWriterBase::CalcFormatStringHeight Member Function

Syntax

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

Arguments

Name Description
in format Format string.
in ... String parameters.
in str Text string
in length Character string length.

Return Values

Returns the height of the character string.

Description

Calculates the height of the text.

Revision History

2009/11/09
Initial version.

CONFIDENTIAL