Table of Contents

 
ShutDown
 

Purpose

Shuts down the font engine

 

Protoype

void CTextMngr::ShutDown()
 

Description

You must call this function at the very end of the application in order to properly shut down the font engine

 

Use

CtextMngr text;
text.ShutDown();
 

Prev: ShowText
Next: StartUp