NAME
XFreeFontSet — free a font set.
SYNOPSIS
void XFreeFontSet(display, font_set)
Display ∗display;
XFontSet font_set;
ARGUMENTS
displaySpecifies the connection to the X server.
font_setSpecifies the font set.
AVAILABILITY
Release 5 and later.
DESCRIPTION
XFreeFontSet() frees the specified font set. The associated base font name list, font name list, XFontStruct list, and XFontSetExtents(), if any, are freed.
SEE ALSO
XExtentsofFontSet, XFontsOfFontSet(), XCreateFontSet().
Xlib Reference Manual