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

Syntax

f32 Print(
     const CharType * str
);

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

List of Overloaded Member Functions

Print ( const CharType * ) Draws a string.
Print ( const CharType *, int ) Draws a string.

Description of Print(const CharType *)

Draws a string.

Description of Print(const CharType *, int)

Draws a string.


CONFIDENTIAL