nn::dbg::CTR::DirectPrint::SetFillSpace Member Function

Syntax

#include <nn/dbg.h>

void SetFillSpace(
     bool fillSpace
);

Parameters

Name Description
in fillSpace Specifies whether to render the background color when drawing a blank space.

Return Values

None.

Description

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.

Revision History

2012/04/20
Initial version.

CONFIDENTIAL