nn::font::CTR::TextWriterBase::CalcStringWidth Member Function

Syntax

f32 CalcStringWidth(
     const CharType * str
) const;

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

List of Overloaded Member Functions

CalcStringWidth ( const CharType * ) Calculates the width of the string.
CalcStringWidth ( const CharType *, int ) Calculates the width of the string.

Description of CalcStringWidth(const CharType *)

Calculates the width of the string.

Description of CalcStringWidth(const CharType *, int)

Calculates the width of the string.


CONFIDENTIAL