Engrave_Load: Contains the functions to load EDC
and EDJ files into Engrave. More...Functions | |
EAPI Engrave_File * | engrave_load_edc (const char *file, const char *imdir, const char *fontdir) |
engrave_load_edc - load the given edc file into memory. | |
EAPI Engrave_File * | engrave_load_edj (const char *filename) |
engrave_load_edj - load the given EDJ file into memory. |
Detailed Description
and EDJ files into Engrave.
Function Documentation
EAPI 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.
EAPI Engrave_File* engrave_load_edj | ( | const char * | filename | ) |
engrave_load_edj - load the given EDJ file into memory.
- Parameters:
-
filename,: The filename of the EDJ file to load.
- Returns:
- Returns a pointer to a newly allocated Engrave_File object on success or NULL on failure.