nn::font::ResFont::SetDrawBuffer Member Function

Syntax

void * SetDrawBuffer(
     void*         buffer
);

Arguments

Name Description
in buffer Pointer to the buffer. Must be aligned on a 4-byte boundary.

Return Values

Returns the content that was previously set (initially NULL).

Description

Sets the buffer required for drawing. Use the GetDrawBufferSize function to get the buffer size to set.

If you specify NULL, a drawing buffer is not used.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL