nn::font::CTR::TextWriterBase::SetBuffer Member Function

Syntax

static void * SetBuffer(
     std::size_t size
);

Arguments

Name Description
in size Buffer size

Return Values

Returns a pointer to the buffer that was previously allocated for TextWriter, if this buffer exists. Returns NULL if the allocated buffer does not exist.

Description

Allocates a buffer for extracting formatted text.


CONFIDENTIAL