Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

Engrave_Load: Contains the functions to load EDC

and EET files into Engrave. More...

Functions

Engrave_Fileengrave_load_edc (const char *file, const char *imdir, const char *fontdir)
 engrave_load_edc - load the given edc file into memory.

Engrave_Fileengrave_load_eet (const char *filename)
 engrave_load_eet - load the given EET file into memory.


Detailed Description

and EET files into Engrave.


Function Documentation

Engrave_File* engrave_load_edc const char *  file,
const char *  imdir,
const char *  fontdir
 

engrave_load_edc - load the given edc file into memory.

Parameters:
file: The EDC file to load.
imdir: The image directory for the EDC file.
fontdir: The font directory for the EDC file.
Returns:
Returns a pointer to a newly allocated Engrave_File object on success or NULL on failure.

Engrave_File* engrave_load_eet const char *  filename  ) 
 

engrave_load_eet - load the given EET file into memory.

Parameters:
filename: The filename of the EET file to load.
Returns:
Returns a pointer to a newly allocated Engrave_File object on success or NULL on failure.