CalcStringHeight

nn::font::CTR::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 string.
CalcStringHeight ( const CharType *, int ) Calculates the height of the string.

Description of CalcStringHeight(const CharType *)

Calculates the height of the string.

Description of CalcStringHeight(const CharType *, int)

Calculates the height of the string.


CONFIDENTIAL