Table of Contents

 
RemoveAllTexts
 

Purpose

Removes all text objects from the manager

 

Protoype

void CTextMngr::RemoveAllTexts ()
 

Description

Calling this function clears the text manager of all text objects. It's recommended that you remove text objects before removing font objects. This function also removes any timers and hotspots associated with the various text objects in order to immediatly free up system resources.

 
Use
CTextMngr text;
text.RemoveAllTexts();
 

Prev: RemoveAllFonts