CalcFormatStringWidth

nn::font::CTR::TextWriterBase::CalcFormatStringWidth Member Function

Syntax

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

Parameters

Name Description
in format Format string.
in ... String parameters.

Return Values

Returns the width of the string.

Description

Calculates the width of the string.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL