CalcFormatStringHeight

nn::font::CTR::TextWriterBase::CalcFormatStringHeight Member Function

Syntax

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

Parameters

Name Description
in format Format string.
in ... String parameters.
in str The string.
in length The string length.

Return Values

Returns the height of the string.

Description

Calculates the height of the string.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL