void DeleteTextCel (TextCel *tCel)
SetTextCelFormatBuffer()
dynamically allocates a format buffer for the cel, that buffer is also released.
Text cels are also compatible with the Lib3DO DeleteCel()
and DeleteCelList()
functions. Those functions require a pointer to a CCB. When they receive a pointer to a CCB associated with a text cel, processing is automatically handed off to DeleteTextCel()
internally.
CloneTextCel
, CreateTextCel