| Data Fields | |
| void * | data | 
| Private data. | |
| int(* | free )(fluid_sfloader_t *loader) | 
| The free must free the memory allocated for the loader in addition to any private data. | |
| fluid_sfont_t *(* | load )(fluid_sfloader_t *loader, const char *filename) | 
| Load a file. | |
Definition at line 74 of file sfont.h.
| 
 | 
| Private data. 
 | 
| 
 | 
| The free must free the memory allocated for the loader in addition to any private data. It should return 0 if no error occured, non-zero otherwise. | 
| 
 | 
| Load a file. Returns NULL if an error occured. | 
 1.4.4
 1.4.4