nn::font::CTR::TextWriterBase::Print Member Function

Syntax

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

Arguments

Name Description
in str The string.
in length The string length.

Return Values

Returns the width of the string.

Description

Draws a string.


CONFIDENTIAL