FreeText3D()
Syntax
FreeText3D(#Text3D)Description
Free the specified text.
Parameters
#Text3D The text to free. If #PB_All is specified, all the remaining texts are freed.
Return value
None.
Remarks
Once the text is freed, it may not be used anymore.
All remaining text are automatically freed when the program ends.
See Also
CreateText3D()
Supported OS
All