Loads the .f font specified by filename into memory.
The returned sequence will look like this: {font_memory,first_char,num_chars,char_xdim,char_ydim} (if an error occurs {-1,-1,-1,-1,-1} will be returned).
Use unload_font() to remove a loaded font from memory.