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

Syntax

#include <nn/dbg.h>

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

Parameters

Name Description
in pos Upper-left coordinate where writing to.
in fillBg Specify true to fill text background with specified background color. Specify false to make transparent.
in c The character to render.

Return Values

None.

Description

Directly outputs one character of the specified characters.


CONFIDENTIAL