nw::font::TextWriterBase::CalcStringHeight Member Function

Syntax

f32 CalcStringHeight(
     const CharType * str,
     int           length
) const;

Arguments

Name Description
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