nn::font::CTR::TextWriterBase::SetBuffer Member Function
static void * SetBuffer(
CharType* buffer,
std::size_t size
);
| Name | Description | |
|---|---|---|
| in | buffer | Pointer to the buffer to allocate for TextWriter. |
| in | size | Buffer size |
TextWriter, if this buffer exists. Returns NULL if the allocated buffer does not exist. Allocates a buffer for extracting formatted text.
CONFIDENTIAL