char **XListFonts(display, pattern, maxnames, actual_count_return)
      Display *display;
      char *pattern;
      int maxnames;
      int *actual_count_return;
| display | Specifies the connection to the X server. | 
| pattern | Specifies the null-terminated pattern string that can contain wildcard characters. | 
| maxnames | Specifies the maximum number of names to be returned. | 
| actual_count_return | Returns the actual number of font names. |