nn::dbg::CTR::DirectPrint::PutChar Member Function

Syntax

#include <nn/dbg.h>

void PutChar(
     const nn::math::VEC2 & pos,
     char c
);

Parameters

Name Description
in pos Upper-left coordinate where writing to.
in c The character to render.

Return Values

None.

Description

Directly outputs one character of the specified characters.

The version without the fillBg argument. It acts the same as when true is passed.


CONFIDENTIAL