nn::dbg::CTR::DirectPrint::SetFillSpace Member Function#include <nn/dbg.h>
void SetFillSpace(
bool fillSpace
);
| Name | Description | |
|---|---|---|
| in | fillSpace | Specifies whether to render the background color when drawing a blank space. |
Sets whether to render the background color when drawing a blank space.
If fillSpace is set to true, the background color is rendered when a blank space is rendered. If set to false, it will not be rendered.
CONFIDENTIAL