nn::dbg::CTR::DirectPrint::PutChar Member Function#include <nn/dbg.h>
void PutChar(
const nn::math::VEC2 & pos,
bool fillBg,
char c
);
| 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. |
Directly outputs one character of the specified characters.
CONFIDENTIAL