| char *path; | Pathname of the directory containing the font files. | 
    
      | char *buf; | Internal buffer used to deproto the database. | 
    
      | int flg; | Internal flag used to deproto the database. | 
    
      | int num; | Number of fonts in the datbase. | 
    
      | struct FrameBufferFont**font; | Pointer to an array of strcutures containing the bit map fonts. | 
    
      | struct FrameBufferFont*dfont; | Default font to use if no match is found. |