| Table of Contents | ||
|
|
||
| StartUp | ||
|
Purpose Starts up the font engine |
||
|
Protoype void CTextMngr::StartUp() |
||
|
Description You must call this function before you can use any of the CTextMngr functions so that the engine is properly initialized |
||
|
Use CTextMngr text; text.StartUp(); |
||
|
|
||
|