Table of Contents | ||
|
||
GetNumFonts | ||
Purpose Finds the number of font objects in the manager |
||
Protoype int CTextMngr::GetNumFonts() |
||
Description This function returns the amount of font objects that are currently in the manager |
||
Use CTextMngr text; int i_font_num = text.GetNumFonts(); |
||
|
||
|