| Table of Contents | ||
|
|
||
| LoadFonts | ||
|
Purpose Loads a bunch of font objects from a data file |
||
|
Protoype void CTextMngr::LoadFonts (string str_filename) |
||
|
Parameters
|
||
|
Description This function loads in font objects from a .dat file created using the Data Generator application. Please see the Data Generator documentation for more information regarding the structure of the .dat file for font loading.
|
||
Use CTextMngr text; text.LoadFonts("fonts.dat");
|
||
|
|
||
|