nw::font::ResFont::SetDrawBuffer Member Function
void * SetDrawBuffer(
void* buffer
);
| Name | Description | |
|---|---|---|
| in | buffer | Pointer to the buffer. Must be aligned on a 4-byte boundary. |
NULL). 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.
NULL for the argument.
CONFIDENTIAL