XFreeFontNames() XFreeFontNames()
Name
XFreeFontNames - free the memory allocated for a font name array.
Synopsis
XFreeFontNames(list)
char *list[];
Arguments
list Specifies the array of font name strings to be freed.
Description
XFreeFontNames() frees the array of strings returned by XListFonts() or XListFontsWithInfo().
See Also
XCreateFontCursor(), XFreeFont(), XFreeFontInfo(), XFreeFontPath(), XGetFontPath(), XGetFontProperty(), XListFonts(), XListFontsWithInfo(),
XLoadFont(), XLoadQueryFont(), XQueryFont(), XSetFont(), XSetFontPath(), XUnloadFont().
Xlib - Fonts XFreeFontNames()