nn::dbg::CTR::DirectPrint::PutString Member Function

Syntax

#include <nn/dbg.h>

void PutString(
     const nn::math::VEC2 & pos,
     const char * str
);

Arguments

Name Description
in pos Upper-left coordinate where writing to.
in str The string to render.

Return Values

None.

Description

Directly outputs the specified string without formatting.

The version without the autoLineFeed and fillBg arguments. It acts the same as when true is passed.


CONFIDENTIAL