GetTextCelFormatBuffer
Retrieves text cel format buffer and size.
Synopsis
void GetTextCelFormatBuffer(TextCel *tCel, char **buffer,uint32 *bufSize)
Description
Retrieves the cel's formatting buffer and size. The format buffer is used for printf-style formatting of text during rendering. If the buffer size is zero, the buffer pointer is not valid.
Arguments
- tCel
- Pointer to a TextCel structure.
- buffer
- Pointer to a variable to receive the pointer to the format buffer.
- bufsize
- Pointer to a variable to receive the size of the format buffer.
Associated Files
lib3do.lib, textlib.h