nw::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 previously configured contents (initial value is NULL).

Description

Sets the buffer required for drawing. The size of the buffer being set is obtained with the GetDrawBufferSize function.

If you specify NULL, the drawing buffer returns to the unused state.

Revision History

2010/01/20
Made it possible to specify NULL for the argument.
2009/10/20
Initial version.

CONFIDENTIAL