Table of Contents

 
LoadTexts
 

Purpose

Loads a bunch of text objects from a data file

 

Protoype

void CTextMngr::LoadTexts (string str_filename)
 

Parameters

filename the name or location of the data file containing text object information
 

Description

This function loads in text 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 text loading.

NOTE: The extension of the data file does not have to be .dat, that's just the extension used by the Data Generator application.

 
Use
CTextMngr text;
text.LoadTexts("texts.dat");
 

Prev: LoadFonts
Next: MoveText