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

Syntax

f32 CalcStringHeight(
     const CharType * str
) const;

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

List of Overloaded Member Functions

CalcStringHeight ( const CharType * ) Calculates the height of the text.
CalcStringHeight ( const CharType *, int ) Calculates the height of the text.

Description of CalcStringHeight ( const CharType * )

Calculates the height of the text.

Description of CalcStringHeight ( const CharType *, int )

Calculates the height of the text.


CONFIDENTIAL